FMX.Layouts.TCustomScrollBox.OnHScrollChange
Delphi
property OnHScrollChange: TNotifyEvent read FOnHScrollChange write FOnHScrollChange;
C++
__property System::Classes::TNotifyEvent OnHScrollChange = {read=FOnHScrollChange, write=FOnHScrollChange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TCustomScrollBox |
Description
Raises when the horizontal scrollbar value was changed.
When the scroll position is changing at the ViewportPosition change, this event does not raise.