Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.MaxIconSize Property

Gets or sets the maximum size of Icons or Pictures used in the control; if a picture is bigger it will be resized every time the control needs to show it

Syntax
Public Property Get MaxIconSize () As Long
Public Property Let MaxIconSize (ByRef l As Long)
Parameters
Parameter Description
ByRef l As Long The new maximum size
Remarks
We suggest you to manually size Images or Pictures before inserting them into the control using the [clsCommonWrapper.CreateThumbnail] method