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)
GreetingsJoerg
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.
Hello Mike,
that looks nice! Good approach, ill add some more features.
And solve some other problems like http://ko.infragistics.com/community/forums/p/94883/468972.aspx#468972