Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.AllowColumnReorder Property

Returns/sets whether a user can reorder columns in report view
PS. NOT WORKING NOW

Syntax
Public Property Get AllowColumnReorder () As Boolean
Public Property Let AllowColumnReorder (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean True enables reordering, False disables it
Remarks