In The Hand LtdIn The Hand
SetDoubleBuffered Method (listView, value)
NamespacesInTheHand.Windows.FormsListViewHelperSetDoubleBuffered(ListView, Boolean)
.NET Components for Mobility
Sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
Declaration Syntax
C#Visual Basic
public static void SetDoubleBuffered(
	ListView listView,
	bool value
)
Public Shared Sub SetDoubleBuffered ( _
	listView As ListView, _
	value As Boolean _
)
Parameters
listView (ListView)
The ListView control.
value (Boolean)
true if the surface of the control should be drawn using double buffering; otherwise, false.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0