TableLayoutPanel
时间:2020-03-06 14:56:40 来源:igfitidea点击:
VS 2005中是否存在TableLayoutPanel?
解决方案
是的。
是的,它首先出现在.NET 2.0中
http://msdn.microsoft.com/zh-CN/library/system.windows.forms.tablelayoutpanel(VS.80).aspx
是的,TableLayoutPanel是.NET 2.0的标准组件,因此可以在VS2k5中使用。