Vcl.ControlList.TControlList.SmoothMouseWheelScrolling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmoothMouseWheelScrolling;

C++

__property SmoothMouseWheelScrolling = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TControlList

Description

Specifies if the mouse weel scrolling is performed smoothly by pixels or by full item height or width.

Specifies if the mouse weel scrolling is performed smoothly by pixels or by full item height or width.


See Also