[Gambas-user] Issue 359 in gambas: ScrollBar fails in the new version

gambas at ...2524... gambas at ...2524...
Thu Dec 13 18:15:54 CET 2012


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





More information about the User mailing list