ComponentOne TileView for WPF and Silverlight
Working with TileView for WPF and Silverlight / Drag-and-Drop Interaction
In This Topic
    Drag-and-Drop Interaction
    In This Topic

    You can control whether to allow drag-and-drop operations 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 you set this property to False, users can no longer reorder items at run time. See Disabling Drag-and-Drop Functionality for an example.

    See Also