Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
In my program added tool bars. they are dock and Float properly. But after float and select floaty tool bar and resize it , but it can not resize?
how can it resize?
Posted
Comments
Espen Harlinn 4-Jan-11 9:28am    
Clarify please, code may alos be useful. WPF, Windows Forms, other??

Someone else may have a solution for you, but as far as I am aware the size is determined by the size of the buttons/controls on the Toolbar and their layout options.
 
Share this answer
 
Comments
Nilam B Thorat 5-Jan-11 8:40am    
Button size is width-23 and height-22 and Tool strip layout style is HorizontalStackWithOverflow.
Sorry for the delay.

The only thing that springs to mind is to set the Autosize property of the ToolStrip to false. (You might need to do this for the buttons/controls too).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900