Updates the vertical scrollbar to use the specified visibility, range, and page values.
Source position: grids.pas line 1182
protected procedure TCustomGrid.UpdateVertScrollbar( |
const aVisible: Boolean; |
const aRange: Integer; |
const aPage: Integer; |
const aPos: Integer |
); virtual; |
aVisible |
|
True if the scrollbar should be visible. |