i need my window to enable 2 modes, docking and tiling, which means that in docking mode i can drag any view and dock it, but when i switch to tiling the entire workspace is converted to tiling that views are tiled.
also when tiled i need to support detaching.
how can i achieve that ?
We don't have anything that would automatically do this for you. You would have to implement this mode switching yourself.
However, both the XamTilesControl and XamDockManager have Load/Save methods that could help serialize/de-serialize user changes for each mode.