在这里主要讲tableLayoutPanel的一个最重要的用法,先看效果
这个看的有点不明白,我换个案例你就明白
直接上代码:
Form1里拖个TableLayoutPanel,在TableLayoutPanel里拖个Panel即可
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespac