EditCategory
Layout
EditQuestion
What do I need to do in my custom control to make it work and display properly in right-to-left configurations?
EditAnswer
The WPF layout engine automatically takes the FlowDirection into account when laying out items, so nothing special is required for a custom control to work in alternate FlowDirections.