Class
SelectiveScrollingGrid

Subclass of Grid that knows how to freeze certain cells in place when scrolled. Used as the panel for the GridViewRow to hold the header, cells, and details.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class SelectiveScrollingGrid : Grid

Inheritance: objectSelectiveScrollingGrid

Constructors

SelectiveScrollingGrid()

Declaration

cs-api-definition
public SelectiveScrollingGrid()

Fields

SelectiveScrollingClipProperty

Attached property to specify the selective scroll clip behavior of elements.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectiveScrollingClipProperty

Field Value

DependencyProperty

SelectiveScrollingOrientationProperty

Attached property to specify the selective scroll behavior of cells.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectiveScrollingOrientationProperty

Field Value

DependencyProperty

Methods

GetSelectiveScrollingClip(DependencyObject)

Getter for the GetSelectiveScrollingClip attached property.

Declaration

cs-api-definition
public static bool GetSelectiveScrollingClip(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetSelectiveScrollingOrientation(DependencyObject)

Getter for the SelectiveScrollingOrientation attached property.

Declaration

cs-api-definition
public static SelectiveScrollingOrientation GetSelectiveScrollingOrientation(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

SelectiveScrollingOrientation

SetSelectiveScrollingClip(DependencyObject, bool)

Setter for the SetSelectiveScrollingClip attached property.

Declaration

cs-api-definition
public static void SetSelectiveScrollingClip(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetSelectiveScrollingOrientation(DependencyObject, SelectiveScrollingOrientation)

Setter for the SelectiveScrollingOrientation attached property.

Declaration

cs-api-definition
public static void SetSelectiveScrollingOrientation(DependencyObject obj, SelectiveScrollingOrientation value)

Parameters

obj

DependencyObject

value

SelectiveScrollingOrientation