Méthode | Description | |
---|---|---|
ComputeDataViewport ( |
||
DeferChangeNotification ( bool suppressNotification ) : DeferNotification | ||
GetAccessToPoints ( ScrollDirection scrollDirection ) : IPoints | ||
GetHeight ( int rowIndex ) : double | ||
GetWidth ( int columnIndex ) : double | ||
GridPoints ( int rowCount, int columnCount, |
||
Reset ( int rowCount, int columnCount ) : void | ||
SetHeight ( int yIndex, double value ) : void | ||
SetWidth ( int xIndex, double value ) : void | ||
xIndex ( double position ) : int | ||
xPosition ( int xIndex ) : double | ||
yIndex ( double position ) : int | ||
yPosition ( int yIndex ) : double |
Méthode | Description | |
---|---|---|
ComputePositions ( ) : void | ||
ComputeXPositions ( ) : void | ||
ComputeYPositions ( ) : void | ||
EnsureXPositions ( ) : void | ||
EnsureYPositions ( ) : void | ||
Index ( double position, double positions ) : int | ||
InitializeWidthAndHeight ( ) : void | ||
OnPointChanged ( ) : void |
public ComputeDataViewport ( |
||
visualViewport | ||
Résultat | GridRange |
public DeferChangeNotification ( bool suppressNotification ) : DeferNotification | ||
suppressNotification | bool | |
Résultat | DeferNotification |
public GetAccessToPoints ( ScrollDirection scrollDirection ) : IPoints | ||
scrollDirection | ScrollDirection | |
Résultat | IPoints |
public GetWidth ( int columnIndex ) : double | ||
columnIndex | int | |
Résultat | double |
public GridPoints ( int rowCount, int columnCount, |
||
rowCount | int | |
columnCount | int | |
initialViewportSize | ||
Résultat | System |
public Reset ( int rowCount, int columnCount ) : void | ||
rowCount | int | |
columnCount | int | |
Résultat | void |
public SetHeight ( int yIndex, double value ) : void | ||
yIndex | int | |
value | double | |
Résultat | void |
public SetWidth ( int xIndex, double value ) : void | ||
xIndex | int | |
value | double | |
Résultat | void |