Scrolling is disabled/limited when keyboard is popped up in Windows Phone 7.5
问题 Based on the link scrollviewer to scroll to textbox position I tried to resolve scrolling issue when keyboard is launched but there is a problem in landscape mode. Problem in using (App.Current as App).RootFrame.RenderTransform = new CompositeTransform(); in landscape mode. Above solution helped me to generate a behaviour similar to New Appointment page as in the default calendar app for windows phone 7.5. But this (App.Current as App).RootFrame.RenderTransform = new CompositeTransform();does