Hi to all of you,

I have a problme trying to set up a scrollbar next to a list of components.

Here is my code:
            <view height="164" width="400" clip="true">
                    <view id="companiesView">
                                 <!--  the lines representing the companies -->
                        <attribute name="companyLines" />
                    </view>
                <vscrollbar name="vTxtScroll" />
            </view>

companyLines is a table in which each component holds a checkbox and a text.
It happens that this list is higher that the window, that is why the
scrollbar would be useful but I get 2 probs:
        - the scrollbar does not work at all.
        - the scrollbar appears on top of the "companyLines" list and not on its
right hand side.

Thanks a lot in advance for any support!

Raph

Reply via email to