I'm drawing my menu on the Drawer, but when the phone get flipped horizontal, only a portion of the drawer can be seen. This is natural cos the device vertical resolution is greater that the horizontal one, but the problem is that the Drawer doesn't scroll down to show the rest of my menu options. I tried to add a ScrollView, and a Panel with a ScrollView with all the controls depending of that panel, but nothing happens.
Can this be done?
Can this be done?