tags:

views:

227

answers:

0

Hi,

I have a SmartDevice application (C# .net 3.5) that using a scrolling panel (AutoScroll property is set to true) that shows a vertical scroll bar. When a user taps into a textbox the on focus event calls the Input Panel and resizes the scrolling panel. The problem is that the textbox may be hidden by the Input Panel. Is there a way to avoid this?

Mark