AutomaticLayout Property (C1TileControl)
In This Topic
Gets or sets whether the tiles should be arranged automatically or manually. The
Tile.LeftCell and
Tile.TopCell properties are ignored in automatic mode.
Syntax
'Declaration
Public Property AutomaticLayout As Boolean
public bool AutomaticLayout {get; set;}
See Also