[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the horizontal scroll bar to use the specified range, page, and position.
Source position: grids.pas line 1207
protected procedure TCustomGrid.UpdateHorzScrollBar( |
const aVisible: Boolean; |
const aRange: Integer; |
const aPage: Integer; |
const aPos: Integer |
); virtual; |
aVisible |
|
True if the scroll bar is visible. |
aRange |
|
Maximum position for the scroll bar. |
aPage |
|
Page size for a thumb tab in the scroll bar. |
aPos |
|
Position for the scroll bar. |
UpdateHorzScrollBar calls ScrollBarShow to update the scroll bar visibility when it differs from the value in aVisible. The ScrollBarRange method is called to apply the values in the ARange, APage, and APos arguments to the horizontal scroll bar for the control.
The scroll bar range is not updated if the scroll bar visibility has not been changed or if the scroll bar is not visible. For the Darwin platform, ScrollBarRange is always called - regardless of visibility; overlay-style scroll bars on macOS require the latest range, page, and position values.
UpdateHorzScrollBar is called from the CalcScrollbarsRange method when the visible area in the grid is scrolled.
|
Displays or hides scroll bar(s) for the grid control. |
|
|
Sets range information for the specified scroll bar. |
|
|
Returns True if the specified scroll bar is visible. |
Version 4.0 | Generated 2025-05-03 | Home |