toolbar - Delphi: TCoolBar + TToolBar+TEdit+TCheckBox -


how can put toolbar on left side of coolbar, edit - center, checkbox - on right?

i trying during 2 hours , can not:( controls behind others, or have width coolbar. stupid things :)

enter image description here

thanks!

i think searching break property of coolband:

break property (tcoolband) causes band start on new line. if break true (the default), band starts new line @ left side of tcoolbar control. if break false, band continues on same line predecessor.

so steps layout of image:

  • put coolbar on form (default top aligned) , give height,
  • set fixedorder true, add toolbar, edit , checkbox coolbar,
  • open bands collection editor,
  • set of every coolband collection item break property false,
  • drag width of independent coolbands (or set width property of each),
  • set coolbar.autosize true.

enter image description here


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -