ComponentOne Basic Library for WPF and Silverlight
RefreshWhileScrolling Property (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : RefreshWhileScrolling Property
Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running.
Syntax
'Declaration
 
Public Property RefreshWhileScrolling As System.Boolean
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Boolean
 
instance.RefreshWhileScrolling = value
 
value = instance.RefreshWhileScrolling
public System.bool RefreshWhileScrolling {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members