.NET MAUI SideDrawer Overview
Telerik UI for .NET MAUI SideDrawer is designed to enable users to visualize a hidden view in their applications. That view can host navigation UI, common settings or any other UI of your choice. It can be visualized using a flick gesture on mobile or custom UI which has to manipulate the IsOpen
property on Desktop. In addition Telerik SideDrawer for .NET MAUI can be shown from all four sides of the screen.
The SideDrawer is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
Key Features
Drawer positions—The drawer can be shown from any of the four edges of the screen. You can define its position through the
DrawerLocation
property.Effects and transitions—SideDrawer supports transition animations that are applied to the opening and closing view. We provide several predefined animations that can be easily set or changed at runtime to meet our customers’ requirements.
Drawer length—SideDrawer allows you to modify the length of the drawer content.
Commands support—SideDrawer allows you to attach commands that will be executed when certain actions, such as Opening and Closing occur.