New to Kendo UI for Angular? Start 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 ...