ViewportPreviewGap Property (C1ListViewer)
In This Topic
Gets or sets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode.
Syntax
'Declaration
Public Property ViewportPreviewGap As Double
'Usage
Dim instance As C1ListViewer
Dim value As Double
instance.ViewportPreviewGap = value
value = instance.ViewportPreviewGap
public double ViewportPreviewGap {get; set;}
public:
property double ViewportPreviewGap {
double get();
void set ( double value);
}
See Also