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 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.
  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.