hi guys.
i have a problem in scrolling of screen. in my project i have 10 item(button) and i cant see some items.
i want make screen scroll bar.
plz help me..
my code in xml file.
<container style="layout:inlinelayout(false,fill); align:center;" >
- <button onAction="taxi" shortcuts="1" >%1%</button>
- <button onAction="taxi" shortcuts="2" >%2%</button>
- <button onAction="taxi" shortcuts="1" >%3%</button>
- <button onAction="taxi" shortcuts="1" >%4%</button>
- <button onAction="taxi" shortcuts="1" >%5%</button>
- <button onAction="taxi" shortcuts="1" >%6%</button>
- <button onAction="taxi" shortcuts="1" >%7%</button>
- <button onAction="taxi" shortcuts="1" >%8%</button>
- <button onAction="taxi" shortcuts="1" >%9%</button>
- <button onAction="exitConfirm" shortcuts="back|delete|0">%EXIT%</button>
</container>

