iOS Question TableView, RowSelect and Click-Event

mcGeorge

Member
Licensed User
Longtime User
Hi Erel,

I try to use the TableView with ActionButtons. After I add the Sub "TableView_Click" it is not possible to select a table row.
The row is immediately deselected and the property "SelectedRow" is null.

I thought I get in the sub "..._Click" about the property "SelectedRow" the selected (clicked) row?
Or is it wrong?

McGeorge

PS
The ....LongClick has also a problem. I can select the row 1 an do a long click on row 4. The property SelectedRow is still the row 1.
 
Top