Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool RefreshWhileScrolling { get; set; }
Visual Basic
Public Property RefreshWhileScrolling As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also