i already set the timer interval into 1000 to compute the total of 3rd and 4th column of listview..
but it is still flickering.. kindly help me what code should i write to avoid flickering of listview?
Printable View
i already set the timer interval into 1000 to compute the total of 3rd and 4th column of listview..
but it is still flickering.. kindly help me what code should i write to avoid flickering of listview?
You are speaking as if we some how magically knew exactly what you where up to;)
What code have you got in the timers tick event handler?
You should be using .BeginUpdate and .EndUpdate when adding updating large numbers of items to a lvw.
http://msdn2.microsoft.com/en-us/lib...te(VS.71).aspx