Enum SelectiveScrollingOrientation
Enumeration to specify the scroll orientation of cells in selective scroll grid.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum SelectiveScrollingOrientation
Both
The cell will be allowed to get scrolled in all directions.
Horizontal
The cell will be allowed to get scrolled only in horizontal direction.
None
The cell will not be allowed to get scrolled in any direction.
Vertical
The cell will be allowed to get scrolled only in vertical directions.