Re: [Gambas-user] gridview autoresize columns width by code

2010-06-23 Thread Ricardo Díaz Martín
ENDIF > tv.Refresh > RETURN TRUE > > CATCH > RETURN FALSE > END > > '--- > > -Original Message- > From: Ricardo Díaz Martín > Reply-to: mailing list fo

Re: [Gambas-user] gridview autoresize columns width by code

2010-06-23 Thread JUHASZ Robert
e = FALSE ENDIF tv.Refresh RETURN TRUE CATCH RETURN FALSE END '--- -Original Message- From: Ricardo Díaz Martín Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: [Gambas-user] gridvie

[Gambas-user] gridview autoresize columns width by code

2010-06-23 Thread Ricardo Díaz Martín
Hi all, I wonder if there is a way to auto-resize a column in a grid view by code (the same when you double-cliked on run time to auto-size the width). I always save columns width in database and when form is loading set values for columns width. But now I need in one form to do this like if user