C1.Win.List Namespace / C1List Class / ScrollTips Property

In This Topic
ScrollTips Property (C1List)
In This Topic
Determines whether the list displays a pop-up text window when the scrollbar thumb is dragged.
Syntax
'Declaration
 
Public Property ScrollTips As Boolean
 

Property Value

The default value is false.
Remarks

The ScrollTips property determines whether the list displays a pop-up text window when the scrollbar thumb is dragged. By default, this property is set to False, and ScrollTips are not displayed.

If the ScrollTips property is set to True, the C1.Win.List.ListBase.C1ListBase.FetchScrollTips event will be fired whenever the list��s scrollbar thumb is dragged.

See Also