摘要:
fgPhaseB.Rows[i].IsNode = true; fgPhaseB.Rows[i].Node.Level = 1; fgPhaseB.Tree.Column = 0; fgPhaseB.Tree.Style = TreeStyleFlags.SimpleLeaf; // 折り flex 阅读全文
posted @ 2021-07-12 18:22
_jwj
阅读(280)
评论(0)
推荐(0)
摘要:
1.FlexGrid的DropMode=Manual 1 private void fgMain_DragDrop(object sender, DragEventArgs e) 2 { 3 int row = this.fgMain.MouseRow; 4 int col = this.fgMai 阅读全文
posted @ 2021-07-12 17:57
_jwj
阅读(172)
评论(0)
推荐(0)
摘要:
1.有单元格右击,不显示菜单。 2.现在窗体加入控件ContextMenuStrip。 1 private void fgMain_MouseClick(object sender, MouseEventArgs e) 2 { 3 if (e.Button == MouseButtons.Right 阅读全文
posted @ 2021-07-12 17:50
_jwj
阅读(162)
评论(0)
推荐(0)
摘要:
参考:https://blog.csdn.net/zhuxipan1990/article/details/83114304 阅读全文
posted @ 2021-07-12 17:41
_jwj
阅读(210)
评论(0)
推荐(0)
摘要:
1、Menustrip 最常用的莫过于此菜单了,从工具栏中拖入一个menustrip到窗体中即可。可以有多个ToolStripMenuItem组成。 获取一个ToolStripMenuItem下面的子菜单的名字:ToolStripItem crl = this.menuACOS.DropDownIt 阅读全文
posted @ 2021-07-12 17:30
_jwj
阅读(465)
评论(0)
推荐(0)
摘要:
this.fgMain.AllowMerging = AllowMergingEnum.Custom; cellRange = this.fgMain.GetCellRange(0, 1, 0, 2); cellRange.Data = "基本小分類コード"; this.fgMain.MergedR 阅读全文
posted @ 2021-07-12 16:50
_jwj
阅读(327)
评论(0)
推荐(0)