How to make Managed Tab Control (MTC) appear right to left
问题 I have used this TabControl to create the following tablayout in a winform application How do i make the tabs appear right to left? I mean make it like this image I also tried to Use RightToLeftLayout property but this tab control doesn't have that property 回答1: It seems that MTC while affected by RightToLeft doesn't draw as expected (In part due to the fact that it statically draws the tabs from left to right and calculates width from the left): It's easy enough to do in WinForms: The secret