3 references to FlyoutVerticalScrollModeProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
362 else if (e.Is(Shell.FlyoutVerticalScrollModeProperty))
Shell\Shell.cs (2)
1284 get => (ScrollMode)GetValue(FlyoutVerticalScrollModeProperty); 1285 set => SetValue(FlyoutVerticalScrollModeProperty, value);