I am using the groups collection in the UltraExplorerBar and am having a hard time with spacing. If I create a group that spans two rows, I almost always end up with a gap somewhere else. See the attached picture. Any ideas on how to get rid of the gaps?
I was able to implement your first solution quickly. Long term, I will probably switch to a different control, but your idea allowed me to solve my problem quickly and get rid of the gaps in my form.
Thanks!
Hello,
If I understand you correctly, you are trying to get the UltraExplorerBar arranged so there is one group in the first column, and 2 groups in the second and third column. Unfortunately, the UltraExplorerBar is not designed in this manner. It doesn't have any real concept of rows. Visible groups are distributed equally amongst the columns from left to right. The height of each individual group is not considered. So in a scenario like this one where there are 5 visible groups and ColumnCount is 3, there will be 2 groups in the first and second column, and one in the third column.
Here are a few possible solutions:
Let me know if you have any questions.
Chris