Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1235
UltraExplorerBar with splitter between groups
posted

hello,

i got an UltraExplorerBar, Style ExplorerBar, v10.3, with UltraExplorerBarContainerControl Items.

1. I want a splitter between the Groups to resize them. Is this possible?

if not..

2. I want to auto-resize the groups when the other groups collapsed/expands, form resize etc.
        -I looked into HowTo but to call the resize function in the paint event is massively called..
              -On top of that for me it ends in stackoverflow, even if i set the new high only if its
                     different from the current height and if i ensure its not directly resurively called
                      (hardly possible with events)

Greetings
Joerg

Parents
  • 12480
    Verified Answer
    Offline posted

    Hi Joerg,

    There's no easy way to add a splitter between groups. The splitter expects controls to be nested on either side of it, so each group would have to be its own control in that case.

    I built a sample that resizes an expanded group to use up the rest of the vertical space on the form. I did not account for a situation in which the groups take up more space than is available, but logic can be added to revert to default behavior in this case. Please take a look at the sample and let me know whether it helps you achieve your requirement.

    ExplorerBarResize.zip
Reply Children
No Data