.NET MAUI SlideView Navigation Buttons
To switch through the different views of the SlideView, you van use Navigation Buttons.
The SlideView exposes a NavigationButtonVisibility
property that allows you to control the visibility options of the Navigation Buttons:
Visisble
—The buttons are visible.HiddenWhenDisabled
—The buttons are visible when enabled and hidden when disabled.Collapsed
—The buttons are not visible.