JVCL Help:TJvOwnerDrawViewerOptions.Smooth

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the amount the associated control scrolls is dynamically computed.


Pascal

 propertySmooth: Boolean;


Description

Set Smooth to True to specify that the scroll bar should dynamically adjust its scrolling increment based on the size of the associated control’s client area. When Smooth is True, clicking the end arrows of the scrollbar scrolls the associated control by approximately one tenth of its client area, and clicking the scrollbar beside the thumb tab scrolls the control by the length of the client area minus the amount scrolled by the end arrows. When Smooth is False, the Increment property controls the amount of scrolling when the user clicks the end arrows, and clicking beside the thumb tab scrolls the control by the entire length of the client area.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page