Vcl.ControlList.TCustomControlList.SmoothMouseWheelScrolling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmoothMouseWheelScrolling: Boolean read FSmoothMouseWheelScrolling

C++

__property bool SmoothMouseWheelScrolling = {read=FSmoothMouseWheelScrolling, write=FSmoothMouseWheelScrolling, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList

Description

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


See Also