ReorderableItemsView.CanMixGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether items from different groups can be mixed together during reordering.
public:
property bool CanMixGroups { bool get(); void set(bool value); };
public bool CanMixGroups { get; set; }
member this.CanMixGroups : bool with get, set
Public Property CanMixGroups As Boolean
Property Value
true if items can be moved between groups during reordering; otherwise, false. The default is false.
Remarks
When true, items can be dragged and dropped between different groups during reordering operations. When false, items can only be reordered within their own group. This property is only meaningful when the items view is grouped and CanReorderItems is true.