ClassGridViewScrollViewer
Represents a scrollable area that can contain other visible elements.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewScrollViewer : ScrollViewer
Inheritance: objectGridViewScrollViewer
Constructors
GridViewScrollViewer()
Declaration
public GridViewScrollViewer()
Fields
FooterRowProperty
Identifies the FooterRow dependency property.
Declaration
public static readonly DependencyProperty FooterRowProperty
Field Value
DependencyProperty
HeaderRowProperty
Identifies the HeaderRow dependency property.
Declaration
public static readonly DependencyProperty HeaderRowProperty
Field Value
DependencyProperty
LightweightRenderingPanelProperty
Identifies the LightweightRenderingPanel dependency property.
Declaration
public static readonly DependencyProperty LightweightRenderingPanelProperty
Field Value
DependencyProperty
NewRowProperty
Identifies the NewRow dependency property.
Declaration
public static readonly DependencyProperty NewRowProperty
Field Value
DependencyProperty
Properties
CanHorizontallyScroll
Gets value whether horizontal scrolling is possible.
CanVerticallyScroll
Gets value whether vertical scrolling is possible.
FooterRow
Gets or sets the FooterRow.
Declaration
public GridViewFooterRow FooterRow { get; set; }
Property Value
HeaderRow
Gets or sets the HeaderRow.
Declaration
public GridViewHeaderRow HeaderRow { get; set; }
Property Value
LightweightRenderingPanel
Gets or sets the LightweightRenderingPanel.
Declaration
public UIElement LightweightRenderingPanel { get; set; }
Property Value
UIElement
NewRow
Gets or sets the NewRow.
Declaration
public GridViewNewRow NewRow { get; set; }
Property Value
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnMouseWheel(MouseWheelEventArgs)
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
e
MouseWheelEventArgs