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
450
minimize maximaize
posted

Hello everybody.

what is the event for minimize maximaize action to the group box control?

Thanks,

Igal.

Parents
No Data
Reply
  • 53790
    posted

    Hi,

    If you want to get the events when you minimize/maximize the group box, you can use for example these two events:

    - ExpandedStateChanged;

    - ExpandedStateChanging;

    if you want to minimize/maximize the group box with code, you can use the property:

    - ultraExpandableGroupBox1.Expanded =

     

    true / false;

    Regards

Children
No Data