Re: [qooxdoo-devel] Automatic horizontal scrollbar in QxListView (renderer branch)

2005-12-16 Thread Sebastian Werner
Dietrich Streifert schrieb: Why not just use overflow:auto? In FireFox 1.5 overflow-x and overflow-y is now supported: http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html If you would follow the bugs in their bugzilla you would know that this is not the case. Theoretically

Re: [qooxdoo-devel] Automatic horizontal scrollbar in QxListView (renderer branch)

2005-12-16 Thread Dietrich Streifert
Why not just use overflow:auto? In FireFox 1.5 overflow-x and overflow-y is now supported: http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html Additionally there are the proprietary css attributes -moz-scrollbars-horizontal and -moz-scrollbars-vertical. http://developer.mo

Re: [qooxdoo-devel] Automatic horizontal scrollbar in QxListView (renderer branch)

2005-12-16 Thread Sebastian Werner
Dietrich Streifert schrieb: Hello List, is there a way to display a horizontal scrollbar for the listview if the row length exceeds the listview width? In the example: http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/List_View_10.html you can resize a column (eg the column "Name") to

[qooxdoo-devel] Automatic horizontal scrollbar in QxListView (renderer branch)

2005-12-16 Thread Dietrich Streifert
Hello List, is there a way to display a horizontal scrollbar for the listview if the row length exceeds the listview width? In the example: http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/List_View_10.html you can resize a column (eg the column "Name") to get bigger and shift the ot