Skip to content

Commit 097cc5d

Browse files
Merge pull request #121 from syncfusion/Accordion
Implement Accordion and Expander control in MAUI Toolkit
2 parents 9a112fb + 5daba6d commit 097cc5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+9566
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The Syncfusion® Toolkit is built with community collaboration in mind, aiming t
4343
| | Bottom Sheet | Slides up from the bottom of the screen to display additional content or functionality. |
4444
| Layout | Carousel | Smooth, touch-enabled sliding galleries for showcasing images or featured content. |
4545
| | Text Input Layout | Enhances input fields with floating labels and validation, improving user interaction. |
46-
| | Cards |Create dismissible cards or a stack of cards, and customize their background, borders, and corners. |
46+
| | Expander | Allows users to expand or collapse content dynamically, improving space management and user experience. |
47+
| | Accordion | Organizes content into multiple expandable sections, allowing only one section to be open at a time for better navigation and space management.|
48+
| | Cards | Create dismissible cards or a stack of cards, and customize their background, borders, and corners. |
4749
| Buttons | Chips | Interactive tags for filtering, labeling, or visual options, perfect for e-commerce or task management. |
4850
| | Segmented Control | Quickly switch between views or categories, ideal for apps with multiple layout options. |
4951
| | Button | Customizable button control with icon support, background images, and visual state styling. |

maui/samples/Gallery/ControlList.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
<Assembly Name="BottomSheet" />
1919
<Assembly Name="NumericEntry" />
2020
<Assembly Name="NumericUpDown" />
21-
<Assembly Name="Calendar" />
22-
<Assembly Name="Popup"/>
21+
<Assembly Name="Expander" />
22+
<Assembly Name="Calendar" />
23+
<Assembly Name="Accordion" />
2324
<Assembly Name="Cards" />
25+
<Assembly Name="Popup"/>
2426
</Assemblies>
2527
</SampleBrowser>
2.09 KB
Loading
13.4 KB
Loading
40.9 KB
Loading
14.3 KB
Loading
39.8 KB
Loading
40.5 KB
Loading
14.1 KB
Loading
15.8 KB
Loading

0 commit comments

Comments
 (0)