[Gambas-user] Issue 27 in gambas: gridview column width inconsistency
gambas at ...2524...
gambas at ...2524...
Sat Feb 12 23:06:38 CET 2011
Updates:
Status: Invalid
Labels: -Version Version-Any
Comment #1 on issue 27 by benoit.m... at ...626...: gridview column width
inconsistency
http://code.google.com/p/gambas/issues/detail?id=27
Columns.Width sets the width of all current columns. So, the first time you
press the buttons, there is no columns, so nothing is set.
In other words, you must set Columns.Count before setting Columns.Width.
More information about the User
mailing list