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