I have a form with a TSplitView and a TLMDDockSite. When I open the splitview it overlaps all docked panels, but the floating panels are still drawn over the splitview. Can I somehow make the open splitview overlap the floating panels, too?
I guess I figured out by myself that it is simply impossible. The floating forms are independent windows and there is no sane functionality that lets a window on top of another window be overlapped by a child window of that other window. Correct me if I'm wrong.
Comments