Moveable panel

Hi

I was wondering if there is a panel component within the components pack that allows me to drag it?

I did use till recently the LMD simple panel to display movable legends and titles within an image control.

I've tried the TAdvPanel which does have a CanMove property, but I think this 'CanMove' is if the panel is used within a TAdvPanelGroup component. I find that if I used a stand-alone TAdvPanel although the re-sizing functionality works you can't move it. 

Bruce.





To move the panel, you'll need to set AdvPanel.CanMove = true and also set AdvPanel.Caption.Visible = true as moving is done by dragging the caption.

Thanks for the tip. I can now set the title in the caption and drag the panel very easily.