Expand Direction
The ExpandDirection property gets or sets the direction in which the content would expand. This property is an enumeration which exposes four values: Down, Left, Right, Up.
Controls / RadExpander / Features
New to Telerik UI for WPF? Download free 30-day trial
The ExpandDirection property gets or sets the direction in which the content would expand. This property is an enumeration which exposes four values: Down, Left, Right, Up.
<Grid>
<telerik:RadExpander Width="200" Height="200"
ExpandDirection="Down" Background="Bisque"
Header="ExpandDirection Down">
<StackPanel Orientation="Vertical">
<Ellipse Width="99"
Height="99"
Margin="5"
Fill="Blue" />
</StackPanel>
</telerik:RadExpander>
</Grid>
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.