How can I create a finger scrollable Textbox in WM 6.5?

Posted by Papajohn on Stack Overflow See other posts from Stack Overflow or by Papajohn
Published on 2009-08-03T13:27:42Z Indexed on 2010/04/13 15:03 UTC
Read the original article Hit count: 324

Hi everybody.

I just noticed something weird in WM 6.5 emulators. Unlike 6.1 where finger panning kind of worked, the only way to scroll a Textbox appears to be through scrollbars.

This behaviour is in contrast to what they have done for comboboxes: they are now gesture-friendly without the programmer's intervention. I.e. the user can select a choice from a standard drop down menu by panning and scrolling. Previously, you had to use the embedded scrollbar. The combobox's case implies that MS took some measures to provide standard gesture support for classic finger gestures, yet I cannot see something similar for textboxes. This makes me ask the following:

  • Is there anything that can be done to make textboxes finger scrollabe easily?

Note that I refer to managed .NET CF development. It is my understanding that in native development I could use the new Gestures API to achieve the scrolling effect. Yet, I am not sure if there is an easier and more straightforward method that I have missed.

© Stack Overflow or respective owner

Related posts about textbox

Related posts about windows-mobile