C# Class ArcGISPortalViewer.Helpers.ListViewBehavior

ListView Behavior class
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Свойство Type Description
IsItemBroughtIntoViewWhenSelectedProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetIsItemBroughtIntoViewWhenSelected ( ListView listView ) : bool

Gets the IsItemBroughtIntoViewWhenSelected value

SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void

Sets the IsBroughtIntoViewWhenSelected value

Private Methods

Méthode 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 méthode

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

SetIsItemBroughtIntoViewWhenSelected() public static méthode

Sets the IsBroughtIntoViewWhenSelected value
public static SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void
listView Windows.UI.Xaml.Controls.ListView
value bool
Résultat 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
Résultat Windows.UI.Xaml.DependencyProperty