Greetings,
My tablelayout panel has one column and three rows. (one docked to Fill panel in each cell.)
now I would like to be able to hide/show the rows . I want only one row to be visible at any time ( based on a user selection of some radio buttons) and I want to to get resized so it fills all the area of the TableLayoutPanel.
How can I do that? any tohughts?