Table of Contents
EnableScrolling Property

Gets or sets the value indicating whether scrolling is enabled.

Syntax
 public Boolean EnableScrolling { get; set; }
Remarks

When scrolling is enabled, the control automatically displays up/down scroller button when the actual height is bigger than available screen size or control's height property.

ScrollUpLookID and ScrollDownLookID are used to control the appearance setting of the scrolling items.

See Also