Hi all,
is it possible to align ribbon tools to each other?
I would like to align the start of a textbox in a textboxtool with caption to the start of the combobox in a comboboxtool with caption (see screenshot).
How can I do this?
Thanks
Michael
Hello Michael,
Yes, you can align the tools. What you need to do is set the Width of either TextBoxTool or ComboBoxTool. Please follow this link to our online documentation where you may find additional information about Width property.
Please let me know if you have any further questions.
Hi Milko,
thanks for your reply, but that is not what I'm looking for.
I know that I can somehow align it via width, btw. that is just fiddeling. Using width means that it is fixed in conjuntion with the text length. But the text may change.
In my particular case it changes because of diffrent languages of the application.
I just want the tools to be aligned with their real tools no matter how long the label text may be.
Regards