Skip to main content
A newer version of this page is available. .

Scroll Button

Scroll Buttons appear automatically when a submenu’s content height exceeds the browser window height, and vertical scrolling is needed. Scroll buttons enable end-users to scroll items. When scrolling is not needed, the corresponding scroll buttons are hidden.

ASPxMenu - Scroll Buttons

The table below lists the main members which affect the element’s appearance and functionality:

Characteristics Control Level Members Item Level Members
Availability ASPxMenu.EnableSubMenuScrolling MenuItem.EnableScrolling
Image ASPxMenuBase.ScrollDownButtonImage, ASPxMenuBase.ScrollUpButtonImage MenuItem.ScrollDownButtonImage, MenuItem.ScrollUpButtonImage
Style ASPxMenuBase.ScrollButtonStyle MenuItem.ScrollButtonStyle

Note, that item level members override control level members.