javed
02-27-2005, 08:36 PM
I always had scrollbar problems , was always a pain to integrate them in my views until i looked closely at the codes in the referenze manual.
So if you are one of those who want to get the bars scrolling tbis is what to do.
1. Encapsulate the views/data that you want to scoll in a view call it "scrollView" .
<view name="scrollView">
....
....
</view>
2. Give a height to "scrollView" e.g 200 and set the attribute clip="true"
<view name="scrollView" hieght="200" clip="true">
....
</view>
3. Add you scrollbar tag directly inside scroll view
<view name="scrollView">
....
<vscrollbar/>
</view>
thats all you should be able to scroll without any problems now.
javed,
http://javedmandary.blogspot.com
So if you are one of those who want to get the bars scrolling tbis is what to do.
1. Encapsulate the views/data that you want to scoll in a view call it "scrollView" .
<view name="scrollView">
....
....
</view>
2. Give a height to "scrollView" e.g 200 and set the attribute clip="true"
<view name="scrollView" hieght="200" clip="true">
....
</view>
3. Add you scrollbar tag directly inside scroll view
<view name="scrollView">
....
<vscrollbar/>
</view>
thats all you should be able to scroll without any problems now.
javed,
http://javedmandary.blogspot.com