Sets the size of the nListView with supplied width and height

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void setSize(
	int width,
	int height
)
Public Sub setSize ( _
	width As Integer, _
	height As Integer _
)
public:
void setSize(
	int width, 
	int height
)

Parameters

width
Int32
int value...
height
Int32
int value...

See Also