Hadi Barak
Hadi Barak

Reputation: 478

Right to left menu sub-menu is displayed left to right

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.

Menu and Sub Menu in Visual Studio

Menu and Sub Menu while Running

Upvotes: 2

Views: 956

Answers (2)

user12298877
user12298877

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

ahmedsafan86
ahmedsafan86

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

Related Questions