ClassSelectiveScrollingGrid
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:
public class SelectiveScrollingGrid : Grid
Inheritance: objectSelectiveScrollingGrid
Constructors
SelectiveScrollingGrid()
Declaration
public SelectiveScrollingGrid()
Fields
SelectiveScrollingClipProperty
Attached property to specify the selective scroll clip behavior of elements.
Declaration
public static readonly DependencyProperty SelectiveScrollingClipProperty
Field Value
DependencyProperty
SelectiveScrollingOrientationProperty
Attached property to specify the selective scroll behavior of cells.
Declaration
public static readonly DependencyProperty SelectiveScrollingOrientationProperty
Field Value
DependencyProperty
Methods
GetSelectiveScrollingClip(DependencyObject)
Getter for the GetSelectiveScrollingClip attached property.
Declaration
public static bool GetSelectiveScrollingClip(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetSelectiveScrollingOrientation(DependencyObject)
Getter for the SelectiveScrollingOrientation attached property.
Declaration
public static SelectiveScrollingOrientation GetSelectiveScrollingOrientation(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetSelectiveScrollingClip(DependencyObject, bool)
Setter for the SetSelectiveScrollingClip attached property.
Declaration
public static void SetSelectiveScrollingClip(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetSelectiveScrollingOrientation(DependencyObject, SelectiveScrollingOrientation)
Setter for the SelectiveScrollingOrientation attached property.
Declaration
public static void SetSelectiveScrollingOrientation(DependencyObject obj, SelectiveScrollingOrientation value)
Parameters
obj
DependencyObject
value