You are using ListView and not just List...
As far as i know you don't need to do anything - scrollbar will appear 
automatically  if your data doesn't pass in. I just looked at
http://demo.qooxdoo.org/html/example/ListView_1.html and it works fine.
> thnaks for the answer :
>
> My code is more or less like this :
>
>               var cList = [];
>     
>         var lcList =
>         {
>             .....
>         };
>     
>         var cListView = new qx.ui.listview.ListView (cList, lcList);
>         with (cListView)
>         {
>             setLocation (0, 0);
>             setWidth ("100%");
>             setHeight ("100%");
>     
>             setBorder 
> (qx.renderer.border.BorderPresets.getInstance().shadow);
>             setBackgroundColor ("white");
>         };
>                cListView.setOverflow("auto");
>
>                boxLayout.add(cListView);
>
> but the scrollbar is not visible.
>
> Danke.
>
> 2006/11/2, Alex D. <[EMAIL PROTECTED]>:
>> Have you tried to set "overflow" of the list? Like:
>> list.setOverflow("auto");
>> > Hi all,
>> >
>> > Im try to put a horizontal scroll bar in one list but i dont know how
>> > to do it. And i dont find anything in the api. I try with those
>> > setScroll method  and scrollIntoViewY and X, but i dont have luck.
>> >
>> > Can anyone show a little snippet of  code?
>> >
>> > Thanks
>> >
>> >
>>
>> ------------------------------------------------------------------------- 
>>
>> Using Tomcat but need to do more? Need to support web services, 
>> security?
>> Get stuff done quickly with pre-integrated technology to make your 
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache 
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to