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 VirtualGridItemScroller

Represents an item scroller in RadVirtualGrid.

Inheritance
System.Object
ItemScroller<System.Int32>
VirtualGridItemScroller
Inherited Members
ItemScroller<Int32>.currentItemWidth
ItemScroller<Int32>.cachedScrollOffset
ItemScroller<Int32>.scrollbarChanged
ItemScroller<Int32>.OnToolTipTextNeeded(Object, ToolTipTextNeededEventArgs)
ItemScroller<Int32>.OnScrollerUpdated(EventArgs)
ItemScroller<Int32>.IEnumerable.GetEnumerator()
ItemScroller<Int32>.Dispose()
ItemScroller<Int32>.Dispose(Boolean)
ItemScroller<Int32>.ScrollToItem(Int32)
ItemScroller<Int32>.ScrollToBegin()
ItemScroller<Int32>.ScrollToEnd()
ItemScroller<Int32>.ScrollTo(Int32)
ItemScroller<Int32>.UpdateOnScroll(ScrollEventArgs)
ItemScroller<Int32>.UpdateScrollValue()
ItemScroller<Int32>.UpdateScrollStep()
ItemScroller<Int32>.SetScrollBarVisibility()
ItemScroller<Int32>.ShowToolTip()
ItemScroller<Int32>.GetToolTipText()
ItemScroller<Int32>.GetCurrentItemIndex()
ItemScroller<Int32>.HideToolTip()
ItemScroller<Int32>.AllowHiddenScrolling
ItemScroller<Int32>.MaxItemWidth
ItemScroller<Int32>.ScrollState
ItemScroller<Int32>.Traverser
ItemScroller<Int32>.Scrollbar
ItemScroller<Int32>.ElementProvider
ItemScroller<Int32>.ScrollMode
ItemScroller<Int32>.ClientSize
ItemScroller<Int32>.ItemHeight
ItemScroller<Int32>.ItemSpacing
ItemScroller<Int32>.ScrollOffset
ItemScroller<Int32>.Position
ItemScroller<Int32>.ToolTip
ItemScroller<Int32>.AsynchronousScrolling
ItemScroller<Int32>.ScrollerUpdated
ItemScroller<Int32>.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 VirtualGridItemScroller : ItemScroller<int>, IEnumerable, IDisposable

Constructors

VirtualGridItemScroller(VirtualGridTableViewState)

Initializes a new instance of the VirtualGridItemScroller class.

Declaration
public VirtualGridItemScroller(VirtualGridTableViewState viewState)
Parameters
VirtualGridTableViewState viewState

State of the view.

Methods

GetItemOffset(Int32)

Gets the item offset.

Declaration
public int GetItemOffset(int item)
Parameters
System.Int32 item

The item.

Returns
System.Int32

GetScrollHeight(Int32)

Gets the height of the scroll.

Declaration
public override int GetScrollHeight(int item)
Parameters
System.Int32 item

The item.

Returns
System.Int32

Overrides
Telerik.WinControls.UI.ItemScroller<System.Int32>.GetScrollHeight(System.Int32)

ScrollDown(Int32)

Scrolls down with the specified step.

Declaration
protected override bool ScrollDown(int step)
Parameters
System.Int32 step

The step.

Returns
System.Boolean

Overrides
Telerik.WinControls.UI.ItemScroller<System.Int32>.ScrollDown(System.Int32)

ScrollToItem(Int32, Boolean)

Scrolls to item.

Declaration
public override bool ScrollToItem(int item, bool checkScrollVisibility)
Parameters
System.Int32 item

The item.

System.Boolean checkScrollVisibility

if set to true scroll visibility is checked before processing scrolling.

Returns
System.Boolean

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

ScrollUp(Int32)

Scrolls up.

Declaration
protected override bool ScrollUp(int step)
Parameters
System.Int32 step

The step.

Returns
System.Boolean

Overrides
Telerik.WinControls.UI.ItemScroller<System.Int32>.ScrollUp(System.Int32)

UpdateScrollRange()

Updates the scroll range.

Declaration
public override void UpdateScrollRange()
Overrides
Telerik.WinControls.UI.ItemScroller<System.Int32>.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<System.Int32>.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.