Control Object Properties
ColumnSizeLock Column resizing by user
   
Description This property controls the ability of the user to re-size the width of a column by dragging the column header. If set to zero (0) then the columns may not be resized. If set to one (1) then the column is resizable.

When used with the Grid this property is only valid when the Grid itself is deemed resizable (Resizable property > 0).

   
Default 0 for Grid
1 for Listview Use with the Listview control
+PxPlus Exclusive (build 9200)
   
Used by GRID LISTVIEW