2 references to FlyoutVerticalScrollModeProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1286 get => (ScrollMode)GetValue(FlyoutVerticalScrollModeProperty); 1287 set => SetValue(FlyoutVerticalScrollModeProperty, value);