[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnTopLeftChanged event handler (when assigned) at run-time.
Source position: grids.pas line 1202
protected procedure TCustomGrid.TopLeftChanged; virtual; |
TopLeftChanged occurs when the origin for the scrollable area in the control has been changed.
TopLeftChanged is called from methods like TrySmoothScrollBy, UpdateCachedSizes, and FixPosition. It is also called when the AutoFillColumns property is set to True.
Version 4.0 | Generated 2025-05-03 | Home |