Hi all,
Normally you can drag a tabbed floating area around by grabbing it in the title bar of a tabbed pane. In addition I would like to move that tabbed floating pane area by grabbing it in the tag group area. Pls see the attached picture.
Is this possible?
Thx,
Michael
Hello Michael,
There is no way built into the UltraDockManager to allow the user to grab and move a pane via the tab header area. However, I was able to put together a small sample that uses a CreationFilter to insert a derive-PaneCaptionUIElement into the tab row. The PaneCaptionUIElement provides the grab and drag functionality to our dock panes, so this derived class will provide the same functionality.
Let me know if you have any further questions.
Chris
HI Chris,
looks very promising.I'va just one additional question regarding your example, what is the empty method "PositionChildElements" for?
Thanks for your help!
Regards,
Sorry Chris, I guess I found out myself what it is for, to get rid of the pin button stuff.
Thanks a lot,
MIchael