📌  相关文章
📜  windows 窗体设置 tablelayoutpanel 单元格大小 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:28.932000             🧑  作者: Mango

代码示例1
TableLayoutPanelCellPosition pos = tableLayoutPanel1.GetCellPosition(button1);
  int width = tableLayoutPanel1.GetColumnWidths()[pos.Column];
  int height = tableLayoutPanel1.GetRowHeights()[pos.Row];