I have a
tablelayoutpanel
in which there are three rows added in designview.First row contains a panel with maroon color and second and third row contains buttons button_2 and button_3 respectively. There is a button taken outside of this tablelayoutpanel with name button_1.
When user click on this button i am getting its click event and creating two panels with white and blue color resp. inside first row.
NEED:
Now i am not able to create next panel in the remaining portion of that row with suppose of black color.
One more thing if there is another button outside of this tablelayoutpanel , then how can i turn back to the previous one after this button click's as that was before creating dynamic panels? I mean first row should contain only one panel that was of maroon color with dock fill.