Hi guys,
I am experimenting with the tablelayout and porting a control I wrote in vs2003 to vs2005
I have 2 listviews and 4 buttons between the 2 listviews to move items from one listview to another.
Now I have in this usercontrol
added a tablelayout with 2 colums which in fact splits the usercontrol in 3 parts
Added a lvwleft in the column 0 ,Buttons in column 1 and lvwright in column2
set to autosize and dock fill for the listviews the problem is that when resizing is not doing it properly.
Can somebody help with some resizing code if needed
Thanks

Help Resizing a tableLayout .