Hi,
We are adding three toolbars at runtime. main, clipboard and view.
Following is the designer file settings, all the tool buttons are added at run time when MainForm is loaded. Problem is toolbars are displayed on three seperate row even thought DockingRow property is set to "1". I have attached the screenshot of the form.
Can anyone guide me how to display the toolbars on same row.
Regards,
Krishna
'---------------------------------------Design time settings--------------------------
'
Hi Ericc.
To illustrate the problem I am sending you the ToolBarFeatures sample program. Attached is source code, find attached screenshot in the next reply
I have set the visible property of tlbMain, tlbOptions and tlbHelp to "False" in design time. We make these toolbars visble in the form load event. When we run the code each toolbar is displayed on different docking row.
Hi erric,