ScrollManager Class

Definition

public ref class ScrollManager sealed
public sealed class ScrollManager
type ScrollManager = class
Public NotInheritable Class ScrollManager
Inheritance
ScrollManager

Constructors

ScrollManager()

Fields

GRID_LINE_WIDTH

Properties

CellHeight
FirstColumnIndex
FirstColumnPos
FirstRowIndex
FirstRowPos
FirstScrollableColumnIndex
FirstScrollableRowIndex
LastColumnIndex
LastRowIndex
RowsNumber

Methods

EnsureCellIsVisible(Int64, Int32)
EnsureCellIsVisible(Int64, Int32, Boolean, Boolean)
EnsureColumnIsVisible(Int32, Boolean, Boolean)
EnsureRowIsVisbleWithoutClientRedraw(Int64, Boolean, Int32)
EnsureRowIsVisible(Int64, Boolean)
GetCellRectangle(Int64, Int32)
HandleHScroll(Int32)
HandleVScroll(Int32)
MakeNextColumnVisible(Boolean)
OnSAChange(Int32, Int32, Int32, Int32)
OnSAChange(Rectangle)
ProcessDeleteCol(Int32, Int32)
ProcessNewCol(Int32)
RecalcAll(Rectangle)
Reset()
SetColumns(GridColumnCollection)
SetGridWindowHandle(IntPtr)
SetHorizontalScrollUnitForArrows(Int32)
UpdateColWidth(Int32, Int32, Int32, Boolean)

Applies to