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
The Chevron icon of the TreeViewItem is displayed on wrong angle direction when the FlowDirection is set to RightToLeft or when running in Arabic cultures.
Reproduction Steps
create a TreeView with children and sub children and sent the FlowDirection to RightToLeft
Description
The Chevron icon of the TreeViewItem is displayed on wrong angle direction when the FlowDirection is set to RightToLeft or when running in Arabic cultures.
Reproduction Steps
create a TreeView with children and sub children and sent the FlowDirection to RightToLeft
Expected behavior
The chevron icon points to the left (<) when the TreeViewItem is closed and changes to point downward (v) when the TreeViewItem is open.
Actual behavior
The chevron icon points to the right (>) when the TreeViewItem is closed and changes to point upward (^) when the TreeViewItem is open.
Regression?
it just appears on flaunt theme
Known Workarounds
No response
Impact
No response
Configuration
windows 11
dotnet 9
Other information
TreeViewChevron.zip
The text was updated successfully, but these errors were encountered: