Docked controls placed within TableLayout do not automatically size smaller than their creation size
问题 This issue is better demonstrated than explained, so I've set up a git repo with Visual Studio 2010 project that be used to see the issue in action. I have a project where I've added a ComboBox control ( comboField ) to a TableLayout control ( tableLayoutPanel1 ). I've set the Dock property of the ComboBox to Fill so that it fills the cell of the TableLayout control that it has been placed in. I've also set the Dock property of the TableLayout control to Fill so that it fills the Form that it