01 2011 档案

摘要:问题:当设置TableLayoutPanel属性AutoSize = true and Dock = fill, 动态向其单元格添加控件时,最后一行和列会出现空白的现象。 设置行为自适应: for (int row = 0; row rowCount; row++) { table.RowStyles.Add(new RowStyle(SizeType.AutoSize)); } 添加一行为了修复Bug table.RowStyles.Add(new RowStyle(SizeType.Absolute, 0.0F)); table.RowCount = rowCount + 1; 设置列 阅读全文

posted @ 2011-01-16 22:30 Proxima 阅读(2814) 评论(0) 推荐(1)

摘要:由于之前安装目录带有空格,所以现在想卸载ROR重新安装:gem uninstall Railsgem uninstall Rakegem uninstall Actionwebservicegem uninstall Actionmailergem uninstall Actionpackgem uninstall Activesu 阅读全文

posted @ 2011-01-02 16:33 Proxima 阅读(813) 评论(0) 推荐(0)

导航