ComponentOne TileView for UWP
Working with TileView for UWP Edition / Drag-and-Drop Interaction
In This Topic
    Drag-and-Drop Interaction
    In This Topic

    You can easily determine whether drag-and-drop operations are allowed within the C1TileView control by setting the CanUserReorder property. By default, this property is set to True and users can reorder items at run time. If this property is set to False, instead, users will no longer be able to reorder items at run time. See Disabling Drag-and-Drop Functionality for an example.