Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.FullRowSelect Property

Returns/sets whether selecting a column highlights the entire row.

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