Le 13/01/2013 11:26, bill-lancaster a écrit :
> Is it possible to change the width of columns in the files window of
> FileChooser and store them?
> Gambas 3.3.4
>

This is done by the Settings class: Settings.Save(MyFileChooser, "key") 
and Settings.Load(MyFileChooser, "key").

If you need more control, you can use the Settings property.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to