Describes the possible values of the Allow property.
[Serializable]
public sealed enum ScrollModes : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
NoneDeny scrolling.
VerticalAllow only Horizontal Scrolling.
HorizontalAllow only Vertical Scrolling.
BothAllow complete Horizontal and Vertical Scrolling.

See Also

Steema.TeeChart Namespace