I have a windows form that contains a table layout panel extending the whole form, the size of this table layout panel may change at run time according to it's content, how can I make it's parent form automatically take its size,开发者_Go百科
Thanks
Set property TableLayoutPanel.Dock as Fill and change YourForm.Size property according to TableLayoutPanel content
加载中,请稍侯......
精彩评论