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

Parents
  • 9190
    Verified Answer
    Offline posted

    Hello Chris,

    I will be happy to assist you with your question.

    I have created a sample that demonstrates how you achieve the requested behavior with the latest version of NetAdvantage (12.1). Unfortunantly, because NetAdvantage 2007.1 is an older unsupported version, I will not be able to test this under those requirements. Please run the sample and use the code provided to see if this is possible under NetAdvantage 2007.1 and .NET 1.1.

    Please let me know if you have additional questions regarding this matter.

    ultraGroupBoxExpandCollapse.zip
Reply Children