Hello,
I use Ribbon menu of Ultratoolbarmanager.
and I have One Buttontool in one Ribbongroup group. so problem is that the button tool not fit to ribbon group..
and also it width property read only. so how can it possible to fill buttontool into ribbongroup.
I also know Microsoft ribbon rule. but i want to make this.
Thanks
Jatin Dhanani
Hello Jatin,
If you don`t want to use the Large size option, then you could use CreationFilter to modify the size of your UIElements. At that moment the size of ButtonTool depend of the Caption (of course you could add empty char at the end of your captions so that all tools to have equal number of char symbols)
Let me know if you have any further questions.
Hi Geogri
i know the Preferred Size property and i also apply on it.
but Buttontool not fit to RibbonGroup. ie Streach or fill to ribbongroup.
and also Know ButtonTool size is its Caption size.
I want to make buttontool fill to its ribbongroup border.
How can achieve this?
Jatin
If I understand well your requirements, maybe you could use Preferred Size property. See attached screenshot.
Let me know if you have any questions