Gets or sets the scroll ratio for which data loading should be deferred within this ListView when IsAsyncPresentationEnabled property is set to true.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public double IsAsyncPresentationDeferredScrollRatio { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsAsyncPresentationDeferredScrollRatio As Double |