Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I am working on WPF application using C#. I have used rich text box control. I have implements scolling so if the user left clicks in the rich text box and drags the mouse down so the user can scroll it down. But a problem occurs when using this on touch screen. If the user clicks inside the rich text box on screen key board appears and user is not able to scroll it down. Can any one help me out in this?

Kindly reply asap, thanks in advance,

Regards,
Posted
Updated 8-Oct-11 9:57am
v2
Comments
Sergey Alexandrovich Kryukov 10-Oct-11 16:03pm    
This is the usual problem related to stealing keyboard focus by a touch screen keyboard. It's simply not designed correctly. Is it in the same application? If not, is it also a WPF application? do you have its source code?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900