C# Class ArcGISPortalViewer.Helpers.ListViewBehavior

ListView Behavior class
Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet

Public Properties

Property Type Description
IsItemBroughtIntoViewWhenSelectedProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetIsItemBroughtIntoViewWhenSelected ( ListView listView ) : bool

Gets the IsItemBroughtIntoViewWhenSelected value

SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void

Sets the IsBroughtIntoViewWhenSelected value

Private Methods

Method Description
OnIsItemBroughtIntoViewWhenSelectedChanged ( DependencyObject depObj, DependencyPropertyChangedEventArgs e ) : void

Action to take when item is brought into view

OnListViewSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

GetIsItemBroughtIntoViewWhenSelected() public static method

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

SetIsItemBroughtIntoViewWhenSelected() public static method

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

Property Details

IsItemBroughtIntoViewWhenSelectedProperty public_oe static_oe property

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