Enables/Disables selected ScrollModes. Default value is ScrollModes.Both, permitting scroll in both X and Y planes. See respective Mouse or Touch properties for any settings related to interaction restrictions/settings.
public ScrollModes Allow {get; set;}

Remarks


The Allow property controls runtime Scrolling.

Possible values are:

None      Deny scrolling.
Horizontal      Allow only Horizontal Scrolling.
Vertical      Allow only Vertical Scrolling.
Both      Allow complete Horizontal and Vertical Scrolling.

See Also

Scroll Class | Scroll Members | Steema.TeeChart Namespace