I am developing Windows Phone app and I've got this issue: I have a list control which displays my search results, but when the keyboard is opened some of my results aren't visible because of my keyboard...
Is there a way to shrink the control till keyboard border? In order to see all the results.
I want to scroll till the end of the results even when the keyboard is opened.
There is my solution
Base Behavior implementation:
IBehavior interface is from Microsoft.Xaml.Interactivity namespace from Behaviors SDK http://scr.hu/4m4q/pzl07
Usage:
Or the same functionality but without behavior. Just added to page code behind.