Class
GridViewScrollViewer

Represents a scrollable area that can contain other visible elements.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewScrollViewer : ScrollViewer

Inheritance: objectGridViewScrollViewer

Constructors

GridViewScrollViewer()

Declaration

cs-api-definition
public GridViewScrollViewer()

Fields

FooterRowProperty

Identifies the FooterRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FooterRowProperty

Field Value

DependencyProperty

HeaderRowProperty

Identifies the HeaderRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderRowProperty

Field Value

DependencyProperty

LightweightRenderingPanelProperty

Identifies the LightweightRenderingPanel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LightweightRenderingPanelProperty

Field Value

DependencyProperty

NewRowProperty

Identifies the NewRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NewRowProperty

Field Value

DependencyProperty

Properties

CanHorizontallyScroll

Gets value whether horizontal scrolling is possible.

Declaration

cs-api-definition
public bool CanHorizontallyScroll { get; }

Property Value

bool

CanVerticallyScroll

Gets value whether vertical scrolling is possible.

Declaration

cs-api-definition
public bool CanVerticallyScroll { get; }

Property Value

bool

FooterRow

Gets or sets the FooterRow.

Declaration

cs-api-definition
public GridViewFooterRow FooterRow { get; set; }

Property Value

GridViewFooterRow

HeaderRow

Gets or sets the HeaderRow.

Declaration

cs-api-definition
public GridViewHeaderRow HeaderRow { get; set; }

Property Value

GridViewHeaderRow

LightweightRenderingPanel

Gets or sets the LightweightRenderingPanel.

Declaration

cs-api-definition
public UIElement LightweightRenderingPanel { get; set; }

Property Value

UIElement

NewRow

Gets or sets the NewRow.

Declaration

cs-api-definition
public GridViewNewRow NewRow { get; set; }

Property Value

GridViewNewRow

Methods

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnGotFocus(RoutedEventArgs)

Declaration

cs-api-definition
protected override void OnGotFocus(RoutedEventArgs e)

Parameters

e

RoutedEventArgs

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

OnMouseWheel(MouseWheelEventArgs)

Declaration

cs-api-definition
protected override void OnMouseWheel(MouseWheelEventArgs e)

Parameters

e

MouseWheelEventArgs