Class
PivotGroupNodeScroller

Represents group node scroller

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotGroupNodeScroller : ItemScroller<PivotGroupNode>, IEnumerable, IDisposable

Inheritance: objectItemScroller<PivotGroupNode>PivotGroupNodeScroller

Implements: IDisposableIEnumerable

Inherited Members ItemScroller<PivotGroupNode>.currentItemWidthItemScroller<PivotGroupNode>.cachedScrollOffsetItemScroller<PivotGroupNode>.scrollbarChangedItemScroller<PivotGroupNode>.OnToolTipTextNeeded(object, ToolTipTextNeededEventArgs)ItemScroller<PivotGroupNode>.OnScrollerUpdated(EventArgs)ItemScroller<PivotGroupNode>.Dispose()ItemScroller<PivotGroupNode>.Dispose(bool)ItemScroller<PivotGroupNode>.ScrollToItem(PivotGroupNode)ItemScroller<PivotGroupNode>.ScrollToItem(PivotGroupNode, bool)ItemScroller<PivotGroupNode>.ScrollToBegin()ItemScroller<PivotGroupNode>.ScrollToEnd()ItemScroller<PivotGroupNode>.ScrollTo(int)ItemScroller<PivotGroupNode>.GetScrollHeight(PivotGroupNode)ItemScroller<PivotGroupNode>.ScrollUp(int)ItemScroller<PivotGroupNode>.UpdateOnScroll(ScrollEventArgs)ItemScroller<PivotGroupNode>.UpdateScrollRange()ItemScroller<PivotGroupNode>.UpdateScrollValue()ItemScroller<PivotGroupNode>.UpdateScrollRange(int, bool)ItemScroller<PivotGroupNode>.UpdateScrollStep()ItemScroller<PivotGroupNode>.SetScrollBarVisibility()ItemScroller<PivotGroupNode>.ShowToolTip()ItemScroller<PivotGroupNode>.GetToolTipText()ItemScroller<PivotGroupNode>.GetCurrentItemIndex()ItemScroller<PivotGroupNode>.HideToolTip()ItemScroller<PivotGroupNode>.AllowHiddenScrollingItemScroller<PivotGroupNode>.MaxItemWidthItemScroller<PivotGroupNode>.ScrollStateItemScroller<PivotGroupNode>.TraverserItemScroller<PivotGroupNode>.ScrollbarItemScroller<PivotGroupNode>.ElementProviderItemScroller<PivotGroupNode>.ScrollModeItemScroller<PivotGroupNode>.ClientSizeItemScroller<PivotGroupNode>.ItemHeightItemScroller<PivotGroupNode>.ItemSpacingItemScroller<PivotGroupNode>.ScrollOffsetItemScroller<PivotGroupNode>.PositionItemScroller<PivotGroupNode>.ToolTipItemScroller<PivotGroupNode>.AsynchronousScrollingItemScroller<PivotGroupNode>.ScrollerUpdatedItemScroller<PivotGroupNode>.ToolTipTextNeeded

Constructors

PivotGroupNodeScroller()

Declaration

cs-api-definition
public PivotGroupNodeScroller()

Methods

ScrollDown(int)

Scrolls down to the specified position with the given step.

Declaration

cs-api-definition
protected override bool ScrollDown(int step)

Parameters

step

int

The step.

Returns

bool

Overrides ItemScroller<PivotGroupNode>.ScrollDown(int)