I try create program where is possible move with finger on next/prev. page. On image I create MouseDown an MouseUp event (with door library). Works nice. Then I try do same on textbox. In IDE works great, but on device not. I study NET documentation and MouseDown, MouseUp for textbox isnt supported on device. My question is, have somebody any idea how do it. Or have textbox-like component with this functionality.
Sorry it's not possible on a textbox, label, checkbox, radiobtn... (only on desktop)
But I've an idea but I'm not sure that is the best way...:
Maybe can you create a GotFocus event and when it's focused you show an image above this textbox and you can use MouseMove and MouseUp from this image... When you MouseUp, you hide your image...
I hope it'll works and be usefull...