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