Expander View in .NET MAUI Community Toolkit
ExpanderInMAUI.mov
In this article, I’m going to show you how to use Expander in Dot Net MAUI Community Toolkit.
The Xamarin.CommunityToolkit Expander view provides an expandable container to host any content. It has two main properties to store your content that is Header & Content. User can show or hide its content by interacting with the header of the control.
Expander has “Direction” property which defines the expander direction.
“Down” => It indicates that the Expander content is under the header.
“Up” => It indicates that the Expander content is above the header.