TBaseVirtualTree.CanAutoScroll Method

Virtual Tree View

Determines whether the tree can currently auto scroll its window.

Pascal
function CanAutoScroll: Boolean; virtual;
Description

This method was created because the conditions when the tree may automatically scroll its content are quite complex. Additionally, tree descendants might want to add further limitations. Thus the determination has been put into an own method which returns true if the tree is allowed to scroll, otherwise False.

Class
Links
What do you think about this topic? Send feedback!