ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / ViewportPreviewGap Property

In This Topic
    ViewportPreviewGap Property (C1ListView)
    In This Topic
    Gets or sets a coefficient 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
    public double ViewportPreviewGap {get; set;}
    Remarks
    This coefficient must be greater to ViewportGap to take effect.
    See Also