Comment #8 on issue 359 by abbat... at ...626...: ScrollBar fails in the new
version
http://code.google.com/p/gambas/issues/detail?id=359
I tested better and got one way to resolve this problem.
Public Sub Form_Open()
With GridView1
.Columns[0].Width = 250
.Columns[0].Width = 0
End With
End