ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / AutomaticLayout Property

In This Topic
    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