[Gambas-user] Gridview keypress question
Richard Terry
rterry at ...1823...
Wed Jun 6 13:29:13 CEST 2012
Hi List,
I've got a grid with several columns.
If I use the arrow keys, then the grid focus moves up/down or to the
next/previous column.
I want to over-ride this keypress behaviour, but can't manage it.
If iI even try and detect a keypress n this event, nothing happens
public Sub Gridview1_Keypress()
print key.code
end
I''ve looked at the properties and can't seem to find one which will
allow me to over-ride this behaviour.
Probably something dumb I'm not seeing.
Any help appreciated.
More information about the User
mailing list