[Gambas-user] TableView: Mark row

BB adamnt42 at gmail.com
Mon Jul 31 23:56:15 CEST 2023


Another, perhaps more subtle difference is *GridView1.Rows.Select* just 
sets the selected value to *true* whereas 
*GridView1.Rows[index].Selected *takes a value so, for example you can 
toggle the value :

*GridView1.Rows[index].Selected = Not (GridView1.Rows[index].Selected)*

b

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230801/aac68598/attachment-0001.htm>


More information about the User mailing list