FMX.ListView.TListViewBase.DisableMouseWheel
Delphi
property DisableMouseWheel: Boolean read FDisableMouseWheel write FDisableMouseWheel default False;
C++
__property bool DisableMouseWheel = {read=FDisableMouseWheel, write=FDisableMouseWheel, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListViewBase |
Description
Specifies whether scrolling this list view using the mouse wheel works or not.
Set the DisableMouseWheel property to False
to allow scrolling this list view using the mouse wheel. Set DisableMouseWheel to True
to disable this feature.