C# Класс Microsoft.VisualStudio.R.Package.DataInspect.VisualGridScroller

Handles scroll command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
VisualGridScroller ( MatrixView owner ) : System

Приватные методы

Метод Описание
DrawVisuals ( GridRange dataViewport, IGridData data, GridUpdateType updateType, Rect visualViewport, bool suppressNotification ) : void
DrawVisualsAsync ( GridUpdateType updateType, bool suppressNotification, CancellationToken token, ISortOrder sortOrder ) : Task
EnqueueCommand ( GridUpdateType code, Size size ) : void
EnqueueCommand ( GridUpdateType code, double param ) : void
EnqueueCommand ( GridUpdateType code, double offset, ThumbTrack track ) : void
ExecuteCommandAsync ( ScrollCommand cmd, CancellationToken token ) : Task
IsRepeating ( List commands, int index, GridUpdateType scrollTypes ) : bool
OnSortOrderChanged ( object sender, EventArgs e ) : void
ScrollCommandsHandler ( CancellationToken cancellationToken ) : Task
StopScroller ( ) : void

Описание методов

VisualGridScroller() публичный Метод

public VisualGridScroller ( MatrixView owner ) : System
owner MatrixView
Результат System