Implementation of the SfBottomSheet Control in MAUI Toolkit #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A
BottomSheetcontrol is a user interface component used in mobile and desktop applications that slides up from the bottom of the screen to display supplementary content or actions, allowing users to interact with additional information without navigating away from the main screen.Key Features
Multiple states
Control the BottomSheet’s transitions between different states, such as FullExpanded, HalfExpanded, Collapsed, and Hidden.
Control state navigation
Customize the allowed states for the BottomSheet to control its expandability. Options include FullExpanded, HalfExpanded, and All.
Popup mode
Activate the BottomSheet as a modal dialog.
Adjust the sheet height
Supports adjusting the height of the BottomSheet in FullExpanded, HalfExpanded, and Collapsed states.
Customizing the sheet
Allows to customize the background, corner radius, and content spacing of the BottomSheet.
Grabber
This enables the grabber to interact with the bottom sheet by dragging it up and down. It also supports adjusting the grabber's height and width.
Swiping
Toggle the swipe functionality of the BottomSheet.
Issu Fixed
Fixes 24
Screenshots
Bottom.sheet.-.windows.mp4
bottom.sheet-.light.theme.mp4
bottom.sheet-.dark.theme.mp4