Enum
SelectiveScrollingOrientation

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

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum SelectiveScrollingOrientation

Fields

Both

The cell will be allowed to get scrolled in all directions.

Declaration

cs-api-definition
Both = 3

Field Value

SelectiveScrollingOrientation

Horizontal

The cell will be allowed to get scrolled only in horizontal direction.

Declaration

cs-api-definition
Horizontal = 1

Field Value

SelectiveScrollingOrientation

None

The cell will not be allowed to get scrolled in any direction.

Declaration

cs-api-definition
None = 0

Field Value

SelectiveScrollingOrientation

Vertical

The cell will be allowed to get scrolled only in vertical directions.

Declaration

cs-api-definition
Vertical = 2

Field Value

SelectiveScrollingOrientation

In this article
DefinitionFieldsBothHorizontalNoneVertical
Not finding the help you need?
Contact Support