I need some part of UI to behave like dock window, but not all. I wonder if that's possible to mix the two. Say, I want 3 datagrids to be fixed in their positions, but I want settings windows to dock on right side or in middle of main window, when mouse hovers on it, it will expand and show all settings, when mouse moves away, the setting window simply collapses. but I do not want the other 3 data grids to move or collapse. I'd like the data grid show up as normal, not like a dock document.
Thanks
Edit
My project uses both WPF and WinForms. So I am looking for solutions for both