Hello,
I have 2 cbt on the same group with different caption text length. There is a problem when are displayed on the ribbon.
How can i make possible that the 2 combos begins at the same position instead of where the caption text ends?
thank you
This could be achieved using an usercontrol. Please take a look at the attachment and let me know if you have any questions
And here is the picture.
Dear Mr. Boris Toromanov,
If I use a ribbon the alignment of the comboxes works well.
But if no ribbon is used two comboxes with different length of text are misaligned.
I did not spend time for finding a solution for this issue.
The attached file 'WindowsFormsApplication1.zip' does show this behaviour.
Best regards
Frank
Hello,A possible approach to achieve this might be by using the following steps:
1) i put the control ultratool manager control
2) show ribbon
2)add tool bar and made group
3) add combo box two
name
fathername
and the problem is solve
I finally got something that comes close by setting the Spring and CanSetWidth properties to TRUE. They are right-aligned now.