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

In This Topic
    AllowRearranging Property (C1TileControl)
    In This Topic
    Gets or sets whether the user can move tiles with the mouse or touch device.
    Syntax
    'Declaration
     
    
    Public Property AllowRearranging As Boolean
    public bool AllowRearranging {get; set;}
    Remarks
    It has no effect if the AutomaticLayout property is set to false.
    See Also