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