ArcGISPortalViewer.Helpers.ListViewBehavior.SetIsItemBroughtIntoViewWhenSelected C# (CSharp) Method

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
        public static void SetIsItemBroughtIntoViewWhenSelected(
          ListView listView, bool value)
        {
            listView.SetValue(IsItemBroughtIntoViewWhenSelectedProperty, value);
        }