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
115
UltraExpandableGroupBox expand/collapse auto resize property?
posted

Hi,

II do have multiple(around 6) ultraexpandablegroupboxes on a single form and i used 6 panels to set those as parent.

Problem is, when i collapse the group boxes i did not want any space among those boxes or panels and also when i expand them the locations should be back to normal place. Since i have almost 6 boxes it will be hard to write by looping and setting up the location properties for each expandablegroupbox.

 Please suggest me if infragistics have any simple way to implement this concept.

 I really appreciate if you help me on this.

 Thanks.

Parents
No Data
Reply
  • 37774
    posted

    I'm not sure exactly what you mean here when you say that you do "not want any space among the boxes or panels".  Do you mean between them?  I don't think that this is anything that we would have any control over, but is rather the responsibility of the associated layout manager.  I tend to accomplish the auto-positioning logic using a series of Dock properties, sometimes with nested panels as the need arises since this will take care of shifting a control when another is resized.

    -Matt

Children