UI for .NET MAUI
Give users quick access to contextual actions and content with the BottomSheet component - a flexible surface that slides up from the bottom of the screen. Perfect for filters, sharing menus, product details or supplementary workflows, it keeps people focused while revealing exactly what they need, when they need it.
Render anything from simple menus to rich layouts. Drop in lists, forms, images or custom views and control sizing, peek height and layout to fit your scenario.
See the .NET MAUI BottomSheet Documentation: Content
Guide the experience with built-in states such as Hidden, Collapsed, Half and Expanded. Configure default state, allowed transitions and snapping to keep interactions predictable.
See the .NET MAUI BottomSheet Documentation: States
Allow better experience with intuitive gestures. Users can drag or swipe to expand, collapse or dismiss the BottomSheet. Fine-tune thresholds and velocity to match your app’s feel.
See the .NET MAUI BottomSheet Documentation: Swipe
Open and close the BottomSheet programmatically from any event - button taps, list selections or page load. Subscribe to open/close events for analytics, validation or dynamic content updates.
See the .NET MAUI BottomSheet Documentation: Show/ Close
Match your brand out of the box. The BottomSheet supports the Telerik for .NET MAUI’s built-in themes and respects light/dark mode, typography and color tokens for a seamless fit.
See the .NET MAUI BottomSheet Documentation: Overview
Smooth, performant animations make state changes feel natural. Customize duration to align with your motion design.
See the .NET MAUI BottomSheet Documentation: Animation