1 write to OptionsList
Microsoft.Maui.Controls (1)
Platform\AlertManager\ActionSheetDialog.Windows.cs (1)
106
OptionsList
= new UI.Xaml.Controls.ListView { IsItemClickEnabled = true, Margin = new UI.Xaml.Thickness(0, 10, 0, 10), SelectionMode = UI.Xaml.Controls.ListViewSelectionMode.None };
6 references to OptionsList
Microsoft.Maui.Controls (6)
Platform\AlertManager\ActionSheetDialog.Windows.cs (6)
25
OptionsList
.ItemsSource = _options.Buttons.ToList();
30
OptionsList
.FlowDirection = UI.Xaml.FlowDirection.RightToLeft;
35
OptionsList
.FlowDirection = UI.Xaml.FlowDirection.LeftToRight;
107
OptionsList
.ItemClick += ListItemSelected;
108
firstLayoutChildren.Add(
OptionsList
);
109
UI.Xaml.Controls.Grid.SetRow(
OptionsList
, 1);