PDA

View Full Version : <scrollbar> tag


sandman
03-25-2003, 10:42 AM
Is there an example that illustrates how the attributes of the scrollbar tag should be used to get scrolling to work?

Grig
03-29-2003, 10:36 AM
<canvas>
<view name="main" width="100" height="80" clip="true">
<view name="contents">
<text>
1 2 3 4 5 6 7 8 9 10<br/>
2<br/>3<br/>4<br/>5<br/>6<br/>7<br/>8<br/>9<br/>10
</text>
</view>
<scrollbar/>
</view>
</canvas>


cheers! :)