skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RowScroller

Implements scrolling logic for a grid's rows

Inheritance
System.Object
ItemScroller<GridViewRowInfo>
RowScroller
Inherited Members
ItemScroller<GridViewRowInfo>.currentItemWidth
ItemScroller<GridViewRowInfo>.cachedScrollOffset
ItemScroller<GridViewRowInfo>.scrollbarChanged
ItemScroller<GridViewRowInfo>.IEnumerable.GetEnumerator()
ItemScroller<GridViewRowInfo>.Dispose()
ItemScroller<GridViewRowInfo>.Dispose(Boolean)
ItemScroller<GridViewRowInfo>.ScrollToItem(GridViewRowInfo)
ItemScroller<GridViewRowInfo>.ScrollToItem(GridViewRowInfo, Boolean)
ItemScroller<GridViewRowInfo>.ScrollToBegin()
ItemScroller<GridViewRowInfo>.ScrollToEnd()
ItemScroller<GridViewRowInfo>.ScrollTo(Int32)
ItemScroller<GridViewRowInfo>.ScrollDown(Int32)
ItemScroller<GridViewRowInfo>.GetScrollHeight(GridViewRowInfo)
ItemScroller<GridViewRowInfo>.ScrollUp(Int32)
ItemScroller<GridViewRowInfo>.UpdateScrollValue()
ItemScroller<GridViewRowInfo>.UpdateScrollStep()
ItemScroller<GridViewRowInfo>.SetScrollBarVisibility()
ItemScroller<GridViewRowInfo>.ShowToolTip()
ItemScroller<GridViewRowInfo>.GetToolTipText()
ItemScroller<GridViewRowInfo>.GetCurrentItemIndex()
ItemScroller<GridViewRowInfo>.HideToolTip()
ItemScroller<GridViewRowInfo>.AllowHiddenScrolling
ItemScroller<GridViewRowInfo>.MaxItemWidth
ItemScroller<GridViewRowInfo>.ScrollState
ItemScroller<GridViewRowInfo>.Traverser
ItemScroller<GridViewRowInfo>.Scrollbar
ItemScroller<GridViewRowInfo>.ElementProvider
ItemScroller<GridViewRowInfo>.ScrollMode
ItemScroller<GridViewRowInfo>.ClientSize
ItemScroller<GridViewRowInfo>.ItemHeight
ItemScroller<GridViewRowInfo>.ItemSpacing
ItemScroller<GridViewRowInfo>.ScrollOffset
ItemScroller<GridViewRowInfo>.Position
ItemScroller<GridViewRowInfo>.ToolTip
ItemScroller<GridViewRowInfo>.AsynchronousScrolling
ItemScroller<GridViewRowInfo>.ScrollerUpdated
ItemScroller<GridViewRowInfo>.ToolTipTextNeeded
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public class RowScroller : ItemScroller<GridViewRowInfo>, IEnumerable, IDisposable

Constructors

RowScroller(GridTableElement)

Initialize an instance of RowScroller.

Declaration
public RowScroller(GridTableElement tableElement)
Parameters
GridTableElement tableElement

The associated instance of GridTableElement.

Properties

TableElement

Gets the associated instance of GridTableElement.

Declaration
protected GridTableElement TableElement { get; }
Property Value
GridTableElement

Returns the associated instance of GridTableElement..

Methods

OnScrollerUpdated(EventArgs)

Declaration
protected override void OnScrollerUpdated(EventArgs e)
Parameters
System.EventArgs e

Overrides
Telerik.WinControls.UI.ItemScroller<Telerik.WinControls.UI.GridViewRowInfo>.OnScrollerUpdated(System.EventArgs)

OnToolTipTextNeeded(Object, ToolTipTextNeededEventArgs)

Fired when ToolTip needs text

Declaration
protected override void OnToolTipTextNeeded(object sender, ToolTipTextNeededEventArgs e)
Parameters
System.Object sender

Event sender

ToolTipTextNeededEventArgs e

An instance of ToolTipTextNeededEventArgs.

Overrides
Telerik.WinControls.UI.ItemScroller<Telerik.WinControls.UI.GridViewRowInfo>.OnToolTipTextNeeded(System.Object, Telerik.WinControls.ToolTipTextNeededEventArgs)

ScrollToFirstRow()

Scrolls to first row.

Declaration
public void ScrollToFirstRow()

ScrollToLastRow()

Scrolls to last row.

Declaration
public void ScrollToLastRow()

UpdateOnScroll(ScrollEventArgs)

Declaration
protected override bool UpdateOnScroll(ScrollEventArgs e)
Parameters
System.Windows.Forms.ScrollEventArgs e

Returns
System.Boolean

Overrides
Telerik.WinControls.UI.ItemScroller<Telerik.WinControls.UI.GridViewRowInfo>.UpdateOnScroll(System.Windows.Forms.ScrollEventArgs)

UpdateScrollRange()

Updates the scroll range.

Declaration
public override void UpdateScrollRange()
Overrides
Telerik.WinControls.UI.ItemScroller<Telerik.WinControls.UI.GridViewRowInfo>.UpdateScrollRange()

UpdateScrollRange(Int32, Boolean)

Updates the scroll range with concrete range.

Declaration
public override void UpdateScrollRange(int width, bool updateScrollValue)
Parameters
System.Int32 width

The width.

System.Boolean updateScrollValue

if set to true [update scroll value].

Overrides
Telerik.WinControls.UI.ItemScroller<Telerik.WinControls.UI.GridViewRowInfo>.UpdateScrollRange(System.Int32, System.Boolean)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.