MenuBar
The Wisej.NET MenuBar control provides a menu structure for containers. It consists of MenuItem objects representing individual menu commands or submenus. Each MenuItem can trigger an application command or serve as a parent for submenu items.
For multilingual support, use the RightToLeft property to display menu text appropriately for languages like Arabic.
info
For a full list of properties, methods and events see the API documentation.
Features
Attach to any Container
The MenuBar control can be added to any Wisej.NET container, including Forms, Pages, and FlowLayoutPanels.
-a85286fc06fa75f211357b16d6b3606b.png)
Auto Overflow
The AutoOverflow property automatically displays an overflow icon when menu items exceed the container width.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.MenuBar", "wiseej.web.menu.MenuBar" |
| Theme appearance | "menubar", see Themes |
| Child components | "item" is the menu item, "overflow" is the overflow icon, when applicable. "separator" is the separator appearance |
| Source code | https://github.com/iceteagroup/wisej-js |