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
SelectiveScrollingClipProperty
DependencyProperty
Attached property to specify the selective scroll clip behavior of elements.
C#
public static readonly DependencyProperty SelectiveScrollingClipProperty
SelectiveScrollingOrientationProperty
DependencyProperty
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)
Getter for the SelectiveScrollingOrientation attached property.
C#
public static SelectiveScrollingOrientation GetSelectiveScrollingOrientation(DependencyObject obj)
Setter for the SetSelectiveScrollingClip attached property.
C#
public static void SetSelectiveScrollingClip(DependencyObject obj, bool value)
Setter for the SelectiveScrollingOrientation attached property.
C#
public static void SetSelectiveScrollingOrientation(DependencyObject obj, SelectiveScrollingOrientation value)