Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Scrolling Menu

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.
  1. 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:
  1. Set the EnableScrolling property to true on the Menu.
  2. 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.


Direct link to this topic