Wednesday, January 27, 2010

Remove flickring of listview control in .net compact framework

to do this write only two lines
---->>>
----->>>
listview1.beginupdate();
write code of adding items to listview
listview1.endupdate();

No comments:

Post a Comment