Apply to
Menu, SlideMenu and TabStrip
SlideMenu and TabStrip have slightly different behavior due to the nature of
the control. Please refer to Using EO.Web
SlideMenu and Using EO.Web TabStrip
for these details.
Overview
EO.Web navigation controls support both automatic and forced scrolling
features:
-
Automatic scrolling - if enabled, group will automatically scroll if the group
space exceeds the available space on the screen.
-
Forced scrolling - if enabled, group will automatically scroll if the group
space exceeds the size specified in the group's
Height property.
Enable Automatic-Scrolling
You can enable automatic scrolling on any non-top-level menu group.
-
Simply set the EnableScrolling
property to true on the Menu.
If any submenu's height exceeds the available space on the screen, the default
scroller will automatically appear on the submenu.
Enable Forced-Scrolling
You can enable forced scrolling on any non-top-level menu group:
-
Set the EnableScrolling
property to true on the Menu.
-
Set the target group's Height
to a fixed value.
If the specified MenuGroup's height exceeds the fixed value, the default
scroller will automatically appear on the submenu.
To change the appearance of the scroller, set the control's
ScrollUpLookID and ScrollDownLookID.