Implement Accordion and Expander control in MAUI Toolkit #121
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.
Accordion:
Description
The Accordion control allows you to organize content in a collapsible format. It enables users to expand or collapse sections of content to view or hide details as needed. This feature is particularly useful for creating an organized and space-efficient user interface, where large amounts of content can be neatly displayed with minimal scrolling.
Key Features
Issue Fixed
#118
ScreenShots
Accordion.1.mp4
Accordion_Android.1.mp4
Expander:
Description
The Expander control enables users to create collapsible sections within their applications, allowing for organized content presentation. Users can expand or collapse sections to reveal or hide additional information as needed. This control is particularly useful for creating user-friendly interfaces where space management and content organization are essential.
Key Features
Issue Fixed
#119
ScreenShots
Expander.1.mp4
Expander_Android.1.mp4