【MultiRow10 for Windows Forms】隔行填充背景色需要怎么设置
【MultiRow10 for Windows Forms】隔行填充背景色需要怎么设置,类似下图的效果,有没有属性可以设置,还是必须用事件控制有人回答吗~~ 抱歉回复晚了,可以参考下面的代码
GrapeCity.Win.MultiRow.CellStyle cellStyle1 = new GrapeCity.Win.MultiRow.CellStyle();
cellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.gcMultiRow1.AlternatingRowsDefaultCellStyle = cellStyle1; 好的,我试试
页:
[1]