WM6.5 embedded Internet Explorer finder scrolling
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-03-24T03:29:18Z
Indexed on
2010/03/24
3:33 UTC
Read the original article
Hit count: 363
I'm writing a .NET 3.5 application targetted for Windows Mobile 6.5. My application uses an embedded IE control to display content.
The IE application allows the user to finger scroll around the webpage (i.e. touch the screen and drag instead of using the scrollbar). My IE control has a scrollbar and when I emulate the gesture, I highlight text instead of scrolling.
Is there a way to add finger gesture support to an embedded IE control?
Thanks, Aaron
© Stack Overflow or respective owner