timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

RTL not being handled correctly #23

Closed timheuer closed 12 years ago

timheuer commented 12 years ago

RTL for both FlowDirection as well as OS-based RTL languages needs to be handled correctly for the developer. Right now, for instance, SettingsFlyout will always position on right side of the screen. If the OS is an RTL language, then the charms bar will actually be on the left and the SettingsFlyout should position accordingly to be predictable for the user