C# 클래스 ArcGISPortalViewer.Helpers.ListViewBehavior

ListView Behavior class
파일 보기 프로젝트 열기: Esri/arcgis-portalviewer-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
IsItemBroughtIntoViewWhenSelectedProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetIsItemBroughtIntoViewWhenSelected ( ListView listView ) : bool

Gets the IsItemBroughtIntoViewWhenSelected value

SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void

Sets the IsBroughtIntoViewWhenSelected value

비공개 메소드들

메소드 설명
OnIsItemBroughtIntoViewWhenSelectedChanged ( DependencyObject depObj, DependencyPropertyChangedEventArgs e ) : void

Action to take when item is brought into view

OnListViewSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

메소드 상세

GetIsItemBroughtIntoViewWhenSelected() 공개 정적인 메소드

Gets the IsItemBroughtIntoViewWhenSelected value
public static GetIsItemBroughtIntoViewWhenSelected ( ListView listView ) : bool
listView Windows.UI.Xaml.Controls.ListView
리턴 bool

SetIsItemBroughtIntoViewWhenSelected() 공개 정적인 메소드

Sets the IsBroughtIntoViewWhenSelected value
public static SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void
listView Windows.UI.Xaml.Controls.ListView
value bool
리턴 void

프로퍼티 상세

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

Determins if the listView is bought into view when enabled
public static DependencyProperty,Windows.UI.Xaml IsItemBroughtIntoViewWhenSelectedProperty
리턴 Windows.UI.Xaml.DependencyProperty