MainMenu Control

  • Thread starter Thread starter Scott Toney
  • Start date Start date
S

Scott Toney

I have a form with a mainmenu control on it. I put 7 "root" items and many
menuitems / submenu items. But when I run the app, the main menu only shows
5 of the 7 "root" items across the "toolbar". How do I get the menu to
either (a) scroll to the other 2 items, (b) display multi-line.

Thanks
Scott
 
Unless you create your own custom menu control from scratch you can't have
scrolling or multiline menubars. You can either shorten the name of the root
items, or have fewer root menu items and move more items to submenus.

Peter
 
Back
Top