Le 20/08/2012 20:13, Benoît Minisini a écrit : > > Maybe I should add a "Load" event that would be raised each time the > DataView contents has been loaded from the database. That way, you won't > have to worry about when exactly you should apply the columns widths... >
No need for that: the DataSource control of the DataView raises a Change event each time the data is reloaded. Use it! -- Benoît Minisini ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
