[SOLVED] Designer allows adding a MainMenu object to a Page but it never shows

Answered Closed
0
0

Designer allows adding a MainMenu object to a Page but it never shows as it isn’t added to the Page Controls collection.

Page inherits from System.Windows.Forms.ScrollableControl and MainMenu doesn’t inherit from System.Windows.Forms.ScrollableControl as ToolBar, StatusBar and MenuBar do. In a nutshell, the Designer shouldn’t allow to add MainMenu to a Page.

  • You must to post comments
Good Answer
0
0

This is fixed. Now MainMenu is not visible in the toolbox  for Page, UserControl and Desktop, which are the other 3 root surfaces in Wisej other than Form.

You can still add a MenuBar to the page. The MenuBar acts like a MainMenu but it’s also a regular control that can dock and can be nested. It also supports AutoOverflow when resized.

  • You must to post comments
0
0

Thanks, will be fixed in the next update that will upload tonight. Logged as WJ-7206.

  • You must to post comments
0
0

Hi Tiago, thanks for your report. We’re looking into it.

  • You must to post comments
Showing 3 results