C#.NEt windows form table layout panel control
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How can a winform table layout panel be constructed with mutiple columns on the top row and only one single column on the bottom row?
TableLayout panel must be simetric. You can solve this creating a panel and add inside the tablelayout panel and a panel. Set Dock of panel to bottom, and tlp Dock property to Fill.
Visit my blog at http://dotnetforeveryone.blogspot.com
-
How can a winform table layout panel be constructed with mutiple columns on the top row and only one single column on the bottom row?