ArcGISPortalViewer.Helpers.ListViewBehavior.SetIsItemBroughtIntoViewWhenSelected C# (CSharp) Метод

SetIsItemBroughtIntoViewWhenSelected() публичный статический Метод

Sets the IsBroughtIntoViewWhenSelected value
public static SetIsItemBroughtIntoViewWhenSelected ( ListView listView, bool value ) : void
listView Windows.UI.Xaml.Controls.ListView
value bool
Результат void
        public static void SetIsItemBroughtIntoViewWhenSelected(
          ListView listView, bool value)
        {
            listView.SetValue(IsItemBroughtIntoViewWhenSelectedProperty, value);
        }