ComponentOne Basic Library for UWP
ViewportGap Property (C1ListViewerPanel)

C1.UWP Assembly > C1.Xaml Namespace > C1ListViewerPanel Class : ViewportGap Property
Gets 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 ReadOnly Property ViewportGap As System.Double
public System.double ViewportGap {get;}
See Also

Reference

C1ListViewerPanel Class
C1ListViewerPanel Members