Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- Overview
- Installation & Deployement
- EO.Web ToolTip
- EO.Web Rating
- EO.Web Slider & RangeSlider
- EO.Web ListBox
- EO.Web ComboBox
- EO.Web Captcha
- EO.Web ASPX To PDF
- EO.Web Slide
- EO.Web Flyout
- EO.Web EditableLabel
- EO.Web ImageZoom
- EO.Web Floater
- EO.Web Downloader
- EO.Web ColorPicker
- EO.Web HTML Editor
- EO.Web File Explorer
- EO.Web SpellChecker
- EO.Web Grid
- EO.Web MaskedEdit
- EO.Web Splitter
- EO.Web Menu
- EO.Web Menu
- Product Feature List
- Performance Tips
- Quick Start Guide
- Using EO.Web Menu
- Navigation Items And Groups
- Navigation Item
- Navigation Item Group
- Custom Item
- Look, Skin and Theme
- Style and Appearance
- Data Binding
- Handling Event
- Cross Frame Menu
- Scrolling Menu
- Understanding built-in styles
- EO.Web Slide Menu
- EO.Web TabStrip
- EO.Web TreeView
- EO.Web Calendar
- EO.Web Callback
- EO.Web MultiPage
- EO.Web Dialog
- EO.Web AJAXUploader
- EO.Web ProgressBar - Free!
- EO.Web ToolBar - Free!
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
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.- Simply set the EnableScrolling property to true on the Menu.
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.
To change the appearance of the scroller, set the control's ScrollUpLookID and ScrollDownLookID.