开发者

Slow Loop Execution In VB.NET 2003

开发者 https://www.devze.com 2022-12-15 15:02 出处:网络
I fill data in C1FLEXGR开发者_运维知识库ID from DataTable using for...each loop with DataRow and DataRowCollection but it gives output very slow. How can I solve it.Have you tried switching off drawin

I fill data in C1FLEXGR开发者_运维知识库ID from DataTable using for...each loop with DataRow and DataRowCollection but it gives output very slow. How can I solve it.


Have you tried switching off drawing while adding the rows?

grid.redraw = False

// Add rows here

grid.redraw = True
0

精彩评论

暂无评论...
验证码 换一张
取 消