C# Class Microsoft.VisualStudio.R.Package.DataInspect.VisualGridScroller

Handles scroll command
Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
VisualGridScroller ( MatrixView owner ) : System

Private Methods

Method Description
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

Method Details

VisualGridScroller() public method

public VisualGridScroller ( MatrixView owner ) : System
owner MatrixView
return System