Свойство | Type | Description | |
---|---|---|---|
BindableSelectionHandlerProperty | |||
BindableSelectionProperty | |||
ItemToBringIntoViewProperty |
Méthode | Description | |
---|---|---|
GetBindableSelection ( |
Gets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListView.
|
|
GetBindableSelectionHandler ( |
Gets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListView - used to manage synchronization of BindableSelection and SelectedItems.
|
|
GetItemToBringIntoView ( |
Gets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view.
|
|
ScrollToBottom ( this listView ) : void |
Scrolls a vertical ListView to the bottom.
|
|
SetBindableSelection ( |
Sets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListView.
|
|
SetBindableSelectionHandler ( |
Sets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListView - used to manage synchronization of BindableSelection and SelectedItems.
|
|
SetItemToBringIntoView ( |
Sets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view when first set.
|
Méthode | Description | |
---|---|---|
OnBindableSelectionChanged ( |
Handles changes to the BindableSelection property.
|
|
OnItemToBringIntoViewChanged ( |
Handles changes to the ItemToBringIntoView property.
|
public static GetBindableSelection ( |
||
d | ||
Résultat | ObservableCollection |
public static GetBindableSelectionHandler ( |
||
d | ||
Résultat |
public static GetItemToBringIntoView ( |
||
d | ||
Résultat | object |
public static ScrollToBottom ( this listView ) : void | ||
listView | this | |
Résultat | void |
public static SetBindableSelection ( |
||
d | ||
value | ObservableCollection | |
Résultat | void |
public static SetBindableSelectionHandler ( |
||
d | ||
value | ||
Résultat | void |
public static SetItemToBringIntoView ( |
||
d | ||
value | object | |
Résultat | void |
public static DependencyProperty,Windows.UI.Xaml BindableSelectionHandlerProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml BindableSelectionProperty | ||
Résultat |