delphi - How to remove all the grips on a coolbar if I have several coolbands? -
if set mycoolbar.fixedorder true,only grip on first band hidden.
well,if use delphi 7 create vcl forms application,then put coolbar on , create 3 coolbans hold other controls,only grip , top coolbands can hidden setting mycoolbar.fixedorder:=true.
i've uploaded picture make things clear.
you got fixedorder property wrong. fixed property not allow bands rearranged if set true
.
setting property of coolbar
true
keep user changing bands order @ runtime, user can still move , resize bands. can give advice can do, actual solution problem, well, have wait answer.
my advice use 3 coolbars in row , setting "fixedorder" property true
, bandborderstyle bsnone
. way grip hidden on of them.
about property, it's not bug of ide, actual preference of property.
Comments
Post a Comment