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
I worked around this by placing a label and a combobox in the same buttongroup. It looks ugly, but less ugly than the combo boxes not alligning correctly.
Feature Request ++
Mark
Ps. Was this added in v9?
Hello Togehter,
does anyone know if there is already (now we have 2012) a solution for this?
I also need more correctly aligned comboboxes.
Thank you very much for any suggestions.
Bye and happy coding,
Oxygenating.
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.
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!
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
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.
I finally got something that comes close by setting the Spring and CanSetWidth properties to TRUE. They are right-aligned now.