IsDeferredScrollingEnabled Property
In This Topic
Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb.
Syntax
'Declaration
Public Property IsDeferredScrollingEnabled As Boolean
public bool IsDeferredScrollingEnabled {get; set;}
See Also