7 references to ScrollMode
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (3)
246
case
ScrollMode
.Auto:
250
case
ScrollMode
.Enabled:
254
case
ScrollMode
.Disabled:
Shell\Shell.cs (4)
1147
BindableProperty.Create(nameof(FlyoutVerticalScrollMode), typeof(
ScrollMode
), typeof(Shell),
ScrollMode
.Auto);
1282
public
ScrollMode
FlyoutVerticalScrollMode
1284
get => (
ScrollMode
)GetValue(FlyoutVerticalScrollModeProperty);