Toolbar button size??

  • Thread starter Thread starter perspolis
  • Start date Start date
I think with Toolbar which u have with .Net SDK you cannot do this... may be
you can build a one to do this, why you really need this??.. or else think
of another way to tackle ur issue..

Nirosh.
 
I have a toolbar with some buttons and every button has a text with
variable length.
I want to have toolbar's buttons exactly their text size;
 
Hi,
You can find the comment from MSDN below:
"If you specify a value for the ButtonSize property, all buttons in the tool
bar are restricted to the specified size. Otherwise, the buttons adjust
their size depending on their content, and the ButtonSize property returns
the initial size of the largest button."

Hope this can give you some help.

Alan
 
Back
Top