ComponentOne Basic Library for WPF and Silverlight
ViewportPreviewGap Property (C1ListViewer)


C1.Silverlight 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 System.Double
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Double
 
instance.ViewportPreviewGap = value
 
value = instance.ViewportPreviewGap
public System.double ViewportPreviewGap {get; set;}
Remarks
This coeficient must be greater to ViewportGap to take effect.
See Also

Reference

C1ListViewer Class
C1ListViewer Members