menu - C#: How do i position a menuitem -


How do I set the position of a menuitem all the way, as shown in the picture, and ensure it Be sure to resize the dockbar and resize it.

alt text

Just set the alignment of the menu item = ToolStripItemAlignment.Right


Comments