Right To Left Support Silverlight 4


Just find a nice property in Silverligh 4 that support Right to Left Support.

FlowDirection=”RightToLeft” | “LeftToRight”

Setting it to StackPanel e.g. will set everything to Right to Left.  I just used it with grid control.

<StackPanel Orientation=”Vertical” FlowDirection=”RightToLeft”>

 

</StackPanel>