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.enter image description here

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

Popular posts from this blog

c++ - Function signature as a function template parameter -

How to call a javascript function after the page loads with a chrome extension? -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -