J
Jeff
Hi -
How can I determine whether a ListView item is visible?
I'm implementing up/down scrolling using the hardware navigator
button. If the destination item is not visible, I can use
EnsureVisible. But if it is visible, I don't want the list to move;
just the selection (so EnsureVisible won't work). I guess I'm looking
for a workaround to the ListView.TopItem property not being
implemented in CF.
Any ideas?
Thanks.
- Jeff
How can I determine whether a ListView item is visible?
I'm implementing up/down scrolling using the hardware navigator
button. If the destination item is not visible, I can use
EnsureVisible. But if it is visible, I don't want the list to move;
just the selection (so EnsureVisible won't work). I guess I'm looking
for a workaround to the ListView.TopItem property not being
implemented in CF.
Any ideas?
Thanks.
- Jeff