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.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SelectiveScrollingGrid : Grid
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
System.Windows.DependencyProperty
|
SelectiveScrollingOrientationProperty
Attached property to specify the selective scroll behavior of cells.
Declaration
public static readonly DependencyProperty SelectiveScrollingOrientationProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetSelectiveScrollingClip(DependencyObject)
Getter for the GetSelectiveScrollingClip attached property.
Declaration
public static bool GetSelectiveScrollingClip(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
GetSelectiveScrollingOrientation(DependencyObject)
Getter for the SelectiveScrollingOrientation attached property.
Declaration
public static SelectiveScrollingOrientation GetSelectiveScrollingOrientation(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
SelectiveScrollingOrientation
|
SetSelectiveScrollingClip(DependencyObject, Boolean)
Setter for the SetSelectiveScrollingClip attached property.
Declaration
public static void SetSelectiveScrollingClip(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|
SetSelectiveScrollingOrientation(DependencyObject, SelectiveScrollingOrientation)
Setter for the SelectiveScrollingOrientation attached property.
Declaration
public static void SetSelectiveScrollingOrientation(DependencyObject obj, SelectiveScrollingOrientation value)
Parameters
System.Windows.DependencyObject
obj
|
SelectiveScrollingOrientation
value
|