Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.AutoSelectFirstItem Property

If True automatically highlights the first item in list if none is selected, default is True

Syntax
Public Property Get AutoSelectFirstItem () As Boolean
Public Property Let AutoSelectFirstItem (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean The new value
Remarks