This question is locked. New answers and comments are not allowed.
Hello,
I use a RadExpander with the ExpandDirection="Left". When I click on the expander, it starts expanding in the middle of the content area (look at the attached pictures). I expect that expanding starts on the right side and expand until the left side is reached.
How can I realize this?
Thank you.
I use a RadExpander with the ExpandDirection="Left". When I click on the expander, it starts expanding in the middle of the content area (look at the attached pictures). I expect that expanding starts on the right side and expand until the left side is reached.
<telerik:RadExpander ExpandDirection="Left" Header="Header"> <telerik:RadExpander.Content> <Grid Background="LightBlue"/> </telerik:RadExpander.Content></telerik:RadExpander>How can I realize this?
Thank you.