How do i create hidden Form section ?

I want to create section of form that opens only if i presss certain button ... and then closes when i press the same button again ...

I mean like details for error message

This is example how i want to make it ...
http://www.svara-kontrole.lv/hidden_formsection.JPG



Answer this question

How do i create hidden Form section ?

  • KurtD

    Make the form so that it can not be re-sized, you may also have to convert it to a dialog style. Then at design time expand the form and add the controls. Then when the button is presses, adjust the forms size in code to display the hidden section.

  • How do i create hidden Form section ?