Nevron.UI.WinForm.Controls Namespace / NListView Class / RedrawItems Method


RedrawItems Method
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub RedrawItems( _
   ByVal startIndex As System.Integer, _
   ByVal endIndex As System.Integer, _
   ByVal invalidateOnly As System.Boolean _
) 
 
'Usage
 
Dim instance As NListView
Dim startIndex As System.Integer
Dim endIndex As System.Integer
Dim invalidateOnly As System.Boolean
 
instance.RedrawItems(startIndex, endIndex, invalidateOnly)

Parameters

startIndex
endIndex
invalidateOnly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also