ComponentOne FinancialChart for WPF
ViewportPreviewGap Property (C1ListViewer)



C1.WPF Namespace > C1ListViewer Class : ViewportPreviewGap Property
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);
}
Remarks
This coeficient must be greater to ViewportGap to take effect.
See Also

Reference

C1ListViewer Class
C1ListViewer Members