Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColResizable Property

Gets or sets the ability to resize a certain column with the mouse

Syntax
Public Property Get ColResizable (ByRef vKey As Variant) As Boolean
Public Property Let ColResizable (ByRef vKey As Variant, _
ByRef bResizable As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef bResizable As Boolean True for permitting the resize with mouse, False otherwise
Remarks