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.mozilla.org/en/docs/CSS_Reference:Mozilla_Extensions


Additional Information regarding overflow:

http://www.quirksmode.org/css/overflow.html



Sebastian Werner schrieb:

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 get bigger and shift the other columns to the right. Eventualy the right most column is shifted out of the listview body. As soon as this happens, a horizontal scrollbar should automatically be displayed. The scrollbar should represent the sum of all column widths related to the listview body width.

If you resize the first column to the width of the listview body the other columns are lost because you are not able shrink the first column again.


We need to add support for this sometimes. But this is not so easy as only Internet Explorer correctly supports overflow-x/overflow-y currently which is IMHO needed for this. I have added this to our TODO list.

Sebastian


Best regards...




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to