You can also set the FlowDirection
to RightToLeft
, but that may cause other problems. For example it also changes the flow direction for the content of the expander so you may need to set it back.
<Expander FlowDirection="RightToLeft">
<StackPanel FlowDirection="LeftToRight">
</StackPanel>
</Expander>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…