Wijmo's menu is a versatile component that can be used as a navigation menu, value picker, split button or even a context menu. Use the Wijmo menu to save time and build better apps!
Extend the ComboBox with added features like a non-editable header, an itemClicked event, and commands. Users can select items from the menu by click or by touch.
The Menu component also supports MVVM-style commanding, which requires no event handlers at all.
To use the Menu component with commands, set the Menu's command property to an object with two methods:
Create complex menus and context menus by adding multiple layers of submenus to the component.
The Menu component can be used as a simple value picker. It extends the ComboBox component, which allows you to bind variables to the component's selectedValue property as you would with a ComboBox.
Split Buttons allow users to select a value by clicking a primary button, or select from a list of mutually exclusive values displayed in a drop-down list.
The Context Menu is easily configurable with other controls using fluent API. Create context menus and bind them to different elements.