C# 클래스 WinRTXamlToolkit.Controls.Extensions.ListBoxExtensions

Extension methods and attached properties for the ListBox class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
BindableSelectionHandlerProperty Windows.UI.Xaml.DependencyProperty
BindableSelectionProperty Windows.UI.Xaml.DependencyProperty
ItemToBringIntoViewProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetBindableSelection ( DependencyObject d ) : ObservableCollection

Gets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListBox.

GetBindableSelectionHandler ( DependencyObject d ) : ListBoxBindableSelectionHandler

Gets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListBox - used to manage synchronization of BindableSelection and SelectedItems.

GetItemToBringIntoView ( DependencyObject d ) : object

Gets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view.

ScrollToBottom ( this listBox ) : void

Scrolls a vertical ListBox to the bottom.

SetBindableSelection ( DependencyObject d, ObservableCollection value ) : void

Sets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListBox.

SetBindableSelectionHandler ( DependencyObject d, ListBoxBindableSelectionHandler value ) : void

Sets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListBox - used to manage synchronization of BindableSelection and SelectedItems.

SetItemToBringIntoView ( DependencyObject d, object value ) : void

Sets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view when first set.

비공개 메소드들

메소드 설명
OnBindableSelectionChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the BindableSelection property.

OnItemToBringIntoViewChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ItemToBringIntoView property.

메소드 상세

GetBindableSelection() 공개 정적인 메소드

Gets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListBox.
public static GetBindableSelection ( DependencyObject d ) : ObservableCollection
d Windows.UI.Xaml.DependencyObject
리턴 ObservableCollection

GetBindableSelectionHandler() 공개 정적인 메소드

Gets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListBox - used to manage synchronization of BindableSelection and SelectedItems.
public static GetBindableSelectionHandler ( DependencyObject d ) : ListBoxBindableSelectionHandler
d Windows.UI.Xaml.DependencyObject
리턴 ListBoxBindableSelectionHandler

GetItemToBringIntoView() 공개 정적인 메소드

Gets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view.
public static GetItemToBringIntoView ( DependencyObject d ) : object
d Windows.UI.Xaml.DependencyObject
리턴 object

ScrollToBottom() 공개 정적인 메소드

Scrolls a vertical ListBox to the bottom.
public static ScrollToBottom ( this listBox ) : void
listBox this
리턴 void

SetBindableSelection() 공개 정적인 메소드

Sets the BindableSelection property. This dependency property indicates the list of selected items that is synchronized with the items selected in the ListBox.
public static SetBindableSelection ( DependencyObject d, ObservableCollection value ) : void
d Windows.UI.Xaml.DependencyObject
value ObservableCollection
리턴 void

SetBindableSelectionHandler() 공개 정적인 메소드

Sets the BindableSelectionHandler property. This dependency property indicates BindableSelectionHandler for a ListBox - used to manage synchronization of BindableSelection and SelectedItems.
public static SetBindableSelectionHandler ( DependencyObject d, ListBoxBindableSelectionHandler value ) : void
d Windows.UI.Xaml.DependencyObject
value ListBoxBindableSelectionHandler
리턴 void

SetItemToBringIntoView() 공개 정적인 메소드

Sets the ItemToBringIntoView property. This dependency property indicates the item that should be brought into view when first set.
public static SetItemToBringIntoView ( DependencyObject d, object value ) : void
d Windows.UI.Xaml.DependencyObject
value object
리턴 void

프로퍼티 상세

BindableSelectionHandlerProperty 공개적으로 정적으로 프로퍼티

BindableSelectionHandler Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml BindableSelectionHandlerProperty
리턴 Windows.UI.Xaml.DependencyProperty

BindableSelectionProperty 공개적으로 정적으로 프로퍼티

BindableSelection Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml BindableSelectionProperty
리턴 Windows.UI.Xaml.DependencyProperty

ItemToBringIntoViewProperty 공개적으로 정적으로 프로퍼티

ItemToBringIntoView Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml ItemToBringIntoViewProperty
리턴 Windows.UI.Xaml.DependencyProperty