B
Blacksmith
Hi, I want to have a list of items made up of several columns, being able to
select the whole row of one item to bring up a context menu.
The listview in 'details' mode seems like the correct choice, but I have
some questions:
1) How do I ensure the context menu only appears if you tap and hold an
item? i.e. I don't want the context menu to appear if you just tap and hold
some empty part of the list view.
2) How do i detect which item (row) is selected in the listview when the
context menu items click event is fired?
3) Is there any way of making the column headers of the list view fixed, so
that the user cannot resize them?
or should I be using a different control?
Cheers,
BlS
select the whole row of one item to bring up a context menu.
The listview in 'details' mode seems like the correct choice, but I have
some questions:
1) How do I ensure the context menu only appears if you tap and hold an
item? i.e. I don't want the context menu to appear if you just tap and hold
some empty part of the list view.
2) How do i detect which item (row) is selected in the listview when the
context menu items click event is fired?
3) Is there any way of making the column headers of the list view fixed, so
that the user cannot resize them?
or should I be using a different control?
Cheers,
BlS