You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I use flyout in a Right-to-left window, the close button's icon keeps its direction like Left-to-right mode. It's should change. Just look at this a simple code: <UserControl FlowDirection="RightToLeft"> <Controls:Flyout IsOpen="True"/> </UserControl>
Left to right
Right to left
I know I can use my custom header to fix it, but I think it's a bug, so I report it, thnx
The text was updated successfully, but these errors were encountered:
Hello, when I use flyout in a Right-to-left window, the close button's icon keeps its direction like Left-to-right mode. It's should change. Just look at this a simple code:
<UserControl FlowDirection="RightToLeft">
<Controls:Flyout IsOpen="True"/>
</UserControl>
Left to right
Right to left
I know I can use my custom header to fix it, but I think it's a bug, so I report it, thnx
The text was updated successfully, but these errors were encountered: