When the Xul list has more yen than it can show, the document says: “A scroll bar will appear that the user can use to display additional lines.”
Is there a way to disable the scroll bar so that it never appears?
This is a hack and does not guarantee work in future versions, but you can put this in the stylesheet:
#yourlistbox-id listboxbody { overflow-y: hidden; }
<listboxbody> , <listitem> ( DOM inspector), , , ( DOMi).
Source: https://habr.com/ru/post/1780481/More articles:Memory access after ioremap is very slow - performanceWhat is the name of this color scheme element? - visual-studioEnable MVC 3 views in Web Forms - asp.netHow to process a large amount of data in a specific database table - databaseWhy am I submitting a form twice? jQuery submit () with switch - javascriptHow can I reset a query in a custom wordpress text exchange - wordpressfailed HTTP requests on Tomcat - javaDjango script - ImportError: "unable to import name widgets" - djangoПочему Cassini обрабатывает URI: s с множественными слэшами в качестве плохого запроса? - c#C # how: define long line with line breaks? - c #All Articles