listview ShowScrollTips property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
property ShowScrollTips: Boolean;  

Description
The ShowScrollTips property controls whether you would like to show the so-called "thumb-tracking" tips. When ShowScrollTips = True and user drags the thumb on the vertical scroll bar, the acListView will display the hint with caption of top visible list item of current sorted column.  

Remark
Scrollbar tips appears only when view style is report (ViewStyle = vsReport).  

Screenshot
aclistviewss10