Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Windows
UI
Xaml
Controls
ListBox
C# Class Windows.UI.Xaml.Controls.ListBox
Inheritance:
Windows.UI.Xaml.Controls.Primitives.Selector
,
IListBox
显示文件
Open project: shiftkey/winrt-backport-hilarity
Class Usage Examples
Public Methods
Method
Description
ListBox
( ) :
System
ScrollIntoView
(
[
item
) :
void
SelectAll
( ) :
void
Method Details
ListBox()
public
method
public
ListBox
( ) :
System
return
System
ScrollIntoView()
public
method
public
ScrollIntoView
(
[
item
) :
void
item
[
return
void
SelectAll()
public
method
public
SelectAll
( ) :
void
return
void