New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class SelectiveScrollingGrid : Grid

Inheritance: objectSelectiveScrollingGrid

Constructors

C#
public SelectiveScrollingGrid()

Fields

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

C#
public static readonly DependencyProperty SelectiveScrollingClipProperty

Attached property to specify the selective scroll behavior of cells.

C#
public static readonly DependencyProperty SelectiveScrollingOrientationProperty

Methods

Getter for the GetSelectiveScrollingClip attached property.

C#
public static bool GetSelectiveScrollingClip(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Getter for the SelectiveScrollingOrientation attached property.

C#
public static SelectiveScrollingOrientation GetSelectiveScrollingOrientation(DependencyObject obj)
Parameters:objDependencyObjectReturns:

SelectiveScrollingOrientation

Setter for the SetSelectiveScrollingClip attached property.

C#
public static void SetSelectiveScrollingClip(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool

Setter for the SelectiveScrollingOrientation attached property.

C#
public static void SetSelectiveScrollingOrientation(DependencyObject obj, SelectiveScrollingOrientation value)
Parameters:objDependencyObjectvalueSelectiveScrollingOrientation