FMX.ListView.TListView.DisableMouseWheel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableMouseWheel: Boolean read FDisableMouseWheel write FDisableMouseWheel default 0;

C++

__property DisableMouseWheel = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies whether scrolling this list view using the mouse wheel works or not.

FMX.ListView.TListView.DisableMouseWheel inherits from FMX.ListView.TListViewBase.DisableMouseWheel. All content below this line refers to FMX.ListView.TListViewBase.DisableMouseWheel.

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.

See Also