New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI SlideView Navigation Buttons

To switch through the different views of the SlideView, you can use Navigation Buttons. On WinUI and MacCatalyst the buttons are visible by default. On Android and iOS the buttons are hidden.

The SlideView exposes a NavigationButtonVisibility property that allows you to control the visibility options of the Navigation Buttons:

  • Visible—The buttons are visible.

  • HiddenWhenDisabled—The buttons are visible when enabled and hidden when disabled.

  • Collapsed—The buttons are not visible.

See Also

In this article