Getting Started with WinUI Expander
This article will provide you with the knowledge required to use the RadExpander control in a basic scenario.
Assembly References
In order to use the RadExpander control, you will need to add references to the following assembly:
Telerik.WinUI.Controls.dll
Telerik.Licensing.Runtime.dll
Add а RadExpander to the Project
The RadExpander is a HeaderedContentControl and you can initialize both its Header and Content properties.
Example 1: RadExpander definition
Figure 1: The RadExpander generated by the code in Example 1
Declaring more complex Header and Content
As both Header and Content properties are of type object there's no limit as to what you can display inside the control.
Example 2 demonstrates a more complex layout with some hard-coded values. You can, of course, introduce an items control and define its ItemContainerStyle and ItemTemplate, for example.
Example 2: More complex content
Figure 2: The RadExpander generated by the code in Example 2
Change Expand Icon
If you want to replace the default icon displayed by the expander without modifying the template of the control, you can override the TelerikExpander_ExpandCollapseRotatableGlyph resource: