0
I’m using TcontrolBar
to use fluting toolbars made with TToolbar
, the alignment of two of the TControlbar
is Top and Bottom, in those I can locate the toolbar where I want and I can move them without problems. The problem I have is with the TControlbar
on the left and right (Aligned alLeft and alright) when I dock, do not allow changing the position of the toolbars. Any idea what’s going on?.
It’s Delphi Rad Studio 10.2
You programmed to have the Drag&drop or just touched the properties? The parents of
TControlBar
are all the same? Please pass more details of how you are trying to do (code).– Andrey
Just change the properties. The Parent of the 4 controlbars is the same form. Look there is some way not to have flickering in these toolbars ?. I have no code other than the properties in the definition of objects.
– Pedro L. Angel