AllowUserResizing Property (ModHFGrid) Example

The following code example adds user resizing functionality.

Sub Form1_Load ()
   ModHFGrid1.AllowUserResizing =True
End Sub