C# Update GridView without redrawing, refreshing

gridView.SuspendLayout()
//do some stuff
gridView.ResumeLayout()

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#