ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / ViewportPreviewGap Property



In This Topic
    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);
    }
    Remarks
    This coeficient must be greater to ViewportGap to take effect.
    See Also