I have a tablelayoutpanel with 2 rows and 2 columns
I want to have:
width of cell[0,0] is : 50 cell[column,row]
width ofcell[0,1] is : 100
but when iset the width of column 0, theall cells of column 0 have the same width
can i set the different widths of cell[0,0] and cell[0,1]