We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon