I attempted to set column width for text width but it doesn't want to work?
Private Sub iGrid1_TextEditKeyPress(ByVal lRow As Long, ByVal lCol As Long, CharCode As Long)
iGrid1.ColWidth(lCol) = TextWidth(iGrid1.CellText(lRow, lCol))
End Sub
It is making column width like the width of the grid.