[Gambas-user] What exactly does the Clear method in a GridView?

Benoît Minisini g4mba5 at gmail.com
Sun Sep 2 20:35:33 CEST 2018


Le 02/09/2018 à 20:33, Benoît Minisini a écrit :
> Le 02/09/2018 à 19:20, Jorge Carrión a écrit :
>> The help says that "Clear the grid static contents".
>> What is this static content composed of?
>> Rows and columns size? Cell content? position on screen?
>>
>> Best Regards
>>
> 
> Wait a minute, I'm looking into the source code... :-)
> 

It clears the contents that you defined explicitly (not what you draw 
through the Data event) and that is stored inside the GridView control. 
And it sets the rows count to zero. But it keeps the columns.

Regards,

-- 
Benoît Minisini


More information about the User mailing list