Reputation: 478
I have a problem with menus in C#.
My project is in Right-To-Left Language so the menus are right to left. but the problem is that when I run the project sub menus are displayed Left-To-Right
I am not able to solve this problem from a day.
Upvotes: 2
Views: 956
Reputation: 1
Click on your command (كزارش نوبسي) To Select it. Then go to the Properties, and change the Property (RightToLeft) to (No), and change it back to (Yes) again.
Then Run your project, you will see your problem has been solved.
Upvotes: 0
Reputation: 1794
I think this is a bug, but if you set the form's property RightToLeft to No and set menustrip RightToLeft to Yes then it will work fine
Upvotes: 2