【发布时间】:2019-08-27 16:53:07
【问题描述】:
我只想要合并行之后的 RowSeparatorHeight
【问题讨论】:
我只想要合并行之后的 RowSeparatorHeight
【问题讨论】:
要使用RowSeparatorHeight,您只需执行以下操作:
GridView1.RowSeparatorHeight = INTEGERVALUE,所以如果您想在行之间设置高度 10,您应该执行以下操作:
GridView1.RowSeparatorHeight = 10
【讨论】: