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 :)
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.
Comments
Post a Comment