New to Kendo UI for AngularStart a free 30-day trial

Orientation

The Kendo UI for Angular ContextMenu component supports both horizontal and vertical orientations. By default, the ContextMenu renders horizontally, but you can easily switch to a vertical layout for scenarios such as sidebar navigation, dropdown menus, or when you need to save horizontal space.

To render the items horizontally, set the vertical property of the ContextMenu to false.

html
<kendo-contextmenu [items]="items" [vertical]="false">
</kendo-contextmenu>
Change Theme
Theme
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support