Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.SortWithCustomEvent Property

Gets or sets the ability to sort the ListView data using the [SortCompareRows] event

Syntax
Public Property Get SortWithCustomEvent () As Boolean
Public Property Let SortWithCustomEvent (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean True for custom sorting, False for automatic (text based)
Remarks