この TableLayoutPanel を作成したい (WinForms の C# - 実行時にプログラムで作成!)
---------------------------------------------------------------------
| 01.01.2010 01:00 | 01.01.2010 01:00 | 01.01.2010 01:00 |
---------------------------------------------------------------------
| Some text | More | And | Final text |
| (Multilined) | multilined | more text | Multiple lines,|
| | text | | too |
---------------------------------------------------------------------
しかし、現在はもっとこのように見えます
---------------------------------------------------------------------
| 01.01.2010 01:00 | 01.01.2010 01:00 | 01.01.2010 01:00 |
---------------------------------------------------------------------
| Some text | More | And | Final text |
| (Multilined) | multilined | more text | Multiple lines, |
| | text | | too |
---------------------------------------------------------------------
上記のレイアウトを実現するにはどうすればよいですか?つまり、テーブル全体に均等に収まるように列の幅が調整されますが、列にさらにスペースが必要な場合は、好みのサイズにサイズ変更できますか?