I have an application that has a form parented on TLMDDockPanel. The form has a TStringGrid on it. When the panel is docked, everything works as expected.
When the panel is undocked, the OnMouseDown event for the grid stops working. The OnMouseUp for the grid continues to work. As soon as I dock the panel to the dock site again, the OnMouseDown starts working again.
A plain TPanel on the same form / dock panel doesn't have the same issue. It's OnMouseDown continues to work.
I have recreated this issue on a fresh sample project. Any ideas?
Comments
the TLMDFloatingForm class to TForm in LMD
DockingPack source solved it.