Hi Stefano Cadò,
Thank you for writing.
Actually, by default, the RadToolStrip items set their size according to their content. So, if you have an image button element with 30x30 image, RadToolStrip will increase its size to handle the bigger bitmap. If you want to put some additional space between the button elements you can use
Padding property. And if you prefer to set some fixed minimal size you can do it through ToolStrip item's
MinSize property:
I hope this helps, let me know if you have any other questions.
Regards,
Martin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.