Scrollable area

Hello,
We are developing an iOS application.
We have used scrollable area.When we install application on iPAD(Landscape mode),we are not able to scroll vertically.
Is there any solution for it ?
we need to scroll view vertically.

ScrollView will only scroll if the content is larger than the display area…
Since the display area on an iPAD is much larger than an iPhone, could that be your issue?