MSHFlexGrid合并的一点问题,急用
With MSHFlexGrid1
.Rows = 20
.Cols = 10
.FixedRows = 3
.MergeCells = flexMergeFree
.CellAlignment = MSHierarchicalFlexGridLib.AlignmentSettings.flexAlignCenterCenter
.TextMatrix(0, 0) = "单位 "
.TextMatrix(1, 0) = "单位 "
.TextMatrix(2, 0) = "单位 "
.TextMatrix(0, 1) = "销售收入 "
.TextMatrix(0, 2) = "销售收入 "
.TextMatrix(0, 3) = "销售收入 "
.TextMatrix(1, 1) = "销售收入 "
.TextMatrix(1, 2) = "销售收入 "
.TextMatrix(1, 3) = "销售收入 "
.TextMatrix(2, 1) = "本月 "
.TextMatrix(2, 2) = "同期 "
.TextMatrix(2, 3) = "增减+\- "
.MergeRow(0) = True
.MergeRow(1) = True
.MergeCol(0) = True
.MergeCol(1) = True
.MergeCol(2) = True
.MergeCol(3) = True
End With
问题1。销售收入的行合并了,列怎么没有合并?
问题2。这个控件设置了合并后,鼠标点击选中行怎么不行了?只能选中一个格?
谢谢
代码可以直接运行
[解决办法]
没办法!
1: 我也是这问题 现在还没找到答案 好象 MSFlexgrid 不支持双向合并!
2: 控件就这样~ 你让他选行要做什么?可以饶过去吧~
[解决办法]
刚刚又试了试
MSFlexgrid.MergeCells = flexMergeFree 的时候
把
MSFlexgrid.SelectionMode = flexSelectionByRow
也没用!