[Gambas-user] Cell in tableview
Benoit Minisini
gambas at ...1...
Tue Oct 7 13:07:34 CEST 2008
On mardi 07 octobre 2008, Leo Sendra wrote:
> Hello all....
>
> How to hide or disable a cell in tableview?
> So we can't see or edit that cell. Just a few cells... Not all cells...
>
> Thank you....
>
To prevent editing, just don't call the Edit() method in the Click event.
Otherwise, you can't hide or disable a cell, as cells are not objects.
Regards,
--
Benoit Minisini
More information about the User
mailing list