RadControls for WPF

Enumeration to specify the scroll orientation of cells in selective scroll grid.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public enum SelectiveScrollingOrientation
Visual Basic
Public Enumeration SelectiveScrollingOrientation

Members

Member nameValueDescription
None0 The cell will not be allowed to get scrolled in any direction.
Horizontal1 The cell will be allowed to get scrolled only in horizontal direction.
Vertical2 The cell will be allowed to get scrolled only in vertical directions.
Both3 The cell will be allowed to get scrolled in all directions.

See Also