London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Valdis,
I think for now you have you use Shift + Mouse Wheel to scroll the menu items horizontally.
If you create a new menu item like this example:
new DropDownMenuItem("Menu under CMS", "/global/cms/newsectionincms")
{
IsAvailable = (_) => true,
SortIndex = int.MaxValue
}
Then you can add sub-items to it and get the old style menu/sub-menu type approach
Hi,
Have many menu items (Episerver.DeveloperTools) under single global item. On FullHD screen not everything fits in. Is there any way to create sliding menu?