ExpanderView
ExpanderView is a view that can be expanded or collapsed. It is useful for showing and hiding content. Common use case is building accordion sections.
Usage
It is defined in UraniumUI.Views
namespace. You can use it in XAML like this:
Then you can use it with uranium:ExpanderView
tag.
Customizations
You can customize the ExpanderView
by using the style properties. You can use the following example to create your own style: