[Gambas-user] GridView and Current cell
BUDI ARIEF GUSANDI
budi.a.gusandi at ...626...
Fri Jun 3 09:52:33 CEST 2005
Arkadiusz Zychewicz wrote:
> I have a gridview and i want to know which row is clicked.
> How get it information?
>
> I find a property Current but there is just about height etc.
>
> Arek.
It's so simple arek. you just use row property of gridview that will
return which row you clicked. But remember the grid is base 0.
Public Sub GridView1_Click()
label1.text = GridView1.row
End
Regards,
Budi
More information about the User
mailing list