ControlBars - docking behavior

I need a single ControlBar in my application - docked to the right side of the form. In design mode, it is docked on the right and I''ve set : AllowedDockBorders - Right DisableFloating - True DisableDocking - False Occasionally, while running, the ControlBar shows up on the left side of the form. What else do I need to do to make it stay on the right?

1 Reply

AD Administrator Syncfusion Team June 1, 2004 02:03 AM UTC

Hi Lori, You could dock a ControlBar to the right using code like this.controlBar1.DockState = CommandBarDockState.Right; Please try this and let me know how it goes. Thanks for considering Syncfusion products. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Up arrow icon