ViewportGap Property (C1TileListView)
In This Topic
Gets or sets a coefficient 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 C1.WPF.Core.C1ScrollViewer 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 Double
public double ViewportGap {get; set;}
See Also