Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Making tools same width
posted

Hi,

I add several PopupContainerTool's to a ribbon group. The tools have different names, with different sizes. The tools arrange themselves vertically and the popup arrows show direct right of the tool caption.

I need to place the arrows all in one line from top to bottom. My first idea was to set the MinSize property so that the tools are all equal size (which worked fine for ComboBoxTool) and so the arrow stays at the same place. But unfortunately the PopupContainerTool doesn't support size adjustment.

What I exactly need, can be specified in a view words:

- left align text

- make tools same width

- right align popup arrow

 

Is this possible?

 

Regards,

Michael