.NET MAUI Navigation Drawer (SfNavigationDrawer) Overview

12 Mar 20241 minute to read

The NavigationDrawer for .NET MAUI is a simpler component to create a navigation pane in the application. It consists of a content area and a sliding pane that slides out from the edge of the page. The pane can be opened by swiping the edges of the screen or programmatically.

.NET MAUI Navigation Drawer.

Key Features

  • Pane positions – Supports pane position in all four directions: Left, Right, Top, and Bottom.

  • Animated transitions – Supports opening/closing of pane due to the transition SlideOnTop, Push, and Reveal.