ctlUniListView.MaxIconSize PropertyGets 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 itSyntax
Public Property Get MaxIconSize () As Long
Public Property Let MaxIconSize (ByRef l As Long) Parameters
Remarks
We suggest you to manually size Images or Pictures before inserting them into the control using the [clsCommonWrapper.CreateThumbnail] method
|