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
70
ultra expandable group box - collapsed shows controls
posted

Hi All,

I would like to know if it is possible to override the UltraExpandableGroupBox control in a way so that when it collapses, it actually doesn't collapse all the way, it leaves a 'row' of controls visible to the user.So like....

-Text---------------------------

[CONTROL 1] [CONTROL 2]

----------------------------------

instead of

-Text-------

but expanded it might be

-Text---------------------------

[CONTROL 1] [CONTROL 2]

[CONTROL 3] [CONTROL 4]

[CONTROL 5] [CONTROL 6]

[CONTROL 7] [CONTROL 8]

----------------------------------

I use the 2007 vol 1 controls as I am still bound to .NET 1.1

I'm not sure if I can somehow trap an event to control the size of the UltraExpandableGroupBoxPanel used for the interior, or if I need to override some other classes/events.

Could somebody tell me if in principle this is possible? or maybe an alternative way?

Many Thanks

Chris