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


C1.Silverlight Namespace > C1ListViewer Class : ViewportGap Property
Gets or sets a coeficient which will determine in each layout pass the size of the viewport. If zero is specified the size of the viewport will be equal to the scrollviewer viewport. If 0.5 is specified the size of the viewport will be enlarged to take up half screen more at both sides of the original viewport.
Syntax
'Declaration
 
Public Property ViewportGap As System.Double
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Double
 
instance.ViewportGap = value
 
value = instance.ViewportGap
public System.double ViewportGap {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members