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

CommandBar and setting Designer width

Hello!

I want to set a "Designer width" value for a ControlBar from the commandbarController. For an insert XPtaskBarBox there is a Propertie for ChildPanelHigh but noting compareable for the width. Have I miss something?

Greetings
Alexander


1 Reply

SS Sri Subhashini M Syncfusion Team December 25, 2007 06:38 AM UTC

Hi Alex,

Thank you for using Syncfusion product.

You can increase width of the controlbar by using Size property. If you set the size, control bar automatically resizes the controls which are placed inside of it.

Kindly refer the code snippet:

this.controlBar1.Size = new Size(300, 300);

Please look into the sample and let me know if it helps:

http://websamples.syncfusion.com/samples/Tools.Windows/70642/main.htm

If I have misunderstood your requirement, could you please explain me in detail, so that I can work in depth and try to send a better solution.

Regards,
Suba


Loader.
Live Chat Icon For mobile
Up arrow icon