RefreshWhileScrolling Property (C1ListBox)
In This Topic
Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running.
Syntax
'Declaration
Public Property RefreshWhileScrolling As Boolean
public bool RefreshWhileScrolling {get; set;}
See Also