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
Hey there!
Can anyone post a sample project which reproduces the issue?
I am not able to get such alignment. The only two properties which are close to this are 'LayoutAlignment' and 'LayoutDirection'. I've been playing for some time around with them but still was not able to get the look from the screens. I do not think anything was altered about the group's alignment in 12.2 or 13.1.
I am using v13.1 and everything works as it should.
Dear Boris!
I used a ribbon for the top menu and avoided to use two combo boxes in every non ribbon case.I don't know if the issue was fixed in NetAdvantage 12.2.
regards
Frank
Boris:
Did you do anything in your code to get the controls to align or is it something that was fixed in NetAdvantage 12.2?
Dear Boris,
Thank you very much for your answer and your sample project 'Ribbon'.
This is truly nice aligned.
In my case I have an MDI application with a child form, which has a left docked standard toolbar.(This is a must.) Inside this toolbar is a PopupMenuTool (named: CONFIG) and inside that there are more ComboBoxTools which are misaligned.
I don't know if it is possible to set a ribbon inside this PopupMenuTool (CONFIG) for getting the ComboBoxTools alignment for free.
Best regards and a nice weekend
I believe that in the attached sample project the 'Ribbon' acts as you expect so please review my solution and feel free to let me know if I misunderstood you.