Click here to Skip to main content
15,885,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a menuStrip on my form. On the left side i have File, Edit, View,..., but i would like to add item Language on the same menuStrip but on the right side.

Something like:

File Edit View ____________________empty space_____________________ Language

Is this possible?
Posted
Updated 30-Mar-16 21:44pm
Comments
Sergey Alexandrovich Kryukov 27-Dec-12 19:06pm    
First, you need to tag your UI library you use. Is it System.Windows.Forms? Something else?
—SA
Jibesh 28-Dec-12 2:14am    
do you mean on the same level of File,Edit View or Child of any of the menu items or Align the text display?

This way...

Note : if it's Winform
select item in menustrip and set
alignment = right

Happy Coding!
:)
 
Share this answer
 
v2
Yes you can align item to the left or the right using the Alignment property[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900