B
Bill Gower
I have a windows form that is using a FlowLayout Panel, top to bottom. I
want to place a panel on the Flowlayout that will be called contentPanel.
By default, contentPanel will fill the entire layout. If the user clicks
the find button on the toolbar I want to add a panel called findPanel to the
Flowlayout and have it appear above the contentPanel. When the user clicks
find again, I want the findPanel to disappear and have the contentpanel take
over the whole space again. How do I do this?
Bill
want to place a panel on the Flowlayout that will be called contentPanel.
By default, contentPanel will fill the entire layout. If the user clicks
the find button on the toolbar I want to add a panel called findPanel to the
Flowlayout and have it appear above the contentPanel. When the user clicks
find again, I want the findPanel to disappear and have the contentpanel take
over the whole space again. How do I do this?
Bill