TileView for WPF and Silverlight
Rows Property (C1TileView)


Gets or sets the number of rows the C1TileViewItems are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and Rows are zero, the items are laid in a square.
Syntax
'Declaration
 
Public Property Rows As System.Integer
'Usage
 
Dim instance As C1TileView
Dim value As System.Integer
 
instance.Rows = value
 
value = instance.Rows
public System.int Rows {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TileView Class
C1TileView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.