New to Telerik UI for WPFStart a free 30-day trial

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

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; }

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)
Parameters:availableSizeSizeReturns:

Size

C#
public override void OnApplyTemplate()
C#
protected override void OnGotFocus(RoutedEventArgs e)
Parameters:eRoutedEventArgs
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters:eMouseWheelEventArgs