I tried to use the TCoolbar. Dropped a Tbutton on it, that works as it creates a Band for it.
Using the Drag and Drop and/or methods to remove the button from the Coolbar and host it on the form or anywhere results in a button that refuses to reposition. It still showing on the Coolbar but not part of the coolbar and still is interactive.
I can however, resize the button, I just am not able to give it a new home.
I walked the source code with the debugger and all indicates show that the new size is taking place but at the end of it all, it still refuses to move. Something is blocking it.
I even tried using the windows MoveWindow, LockWindow, BeginBoundsUpdate etc..
Please test the attached project. I really would like to use this, something is very strange about this.