我正在使用下面的代码删除选项卡上的标记,但是要花较长时间才能清除它们。有人可以建议一种更快的方法。 int iRows = ft.CurrentTB.LineInfos.Count; for (int i = 1; i <= iRows; i++) { CurrentTB[i].BackgroundBrush = Brushes.Transparent; CurrentTB.Selection.Start = new Place(1, i); CurrentTB.DoSelectionVisible(); CurrentTB.Invalidate(); }
1 回答
- 1 回答
- 0 关注
- 137 浏览
添加回答
举报
0/150
提交
取消