ComponentOne Basic Library for UWP
Menu for UWP Key Features
UWP Edition Basic Library > Menu for UWP > Menu for UWP Key Features

Menu for UWP allows you to create customized, rich applications with the C1Menu and C1ContextMenu controls. Make the most of Menu for UWP by taking advantage of the following key features:

With the C1ContextMenu control, a holding indicator can display when the user holds down on the parent control. This mimics the Windows desktop context menu experience on touch devices.

Drop-down menus are positioned automatically and always stay within the page bounds. Long menus will show scroll buttons to indicate there are more menu items out of view.

Display icons or any custom content for each menu item.

Set the Orientation to Horizontal or Vertical. Use the C1Menu control with the C1DockPanel control to dock it to any edge of the page.

 

C1MenuItem can be checked to show toggled state of features.

The C1Menu control supports ClearStyle technology which allows you to easily change control brushes without having to override templates. By just setting a few brush properties in Visual Studio you can quickly style each part of the control.

See Also