Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / RefreshWhileScrolling Property

In This Topic
    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