jQuery UI Widgets › Forums › Lists › ListBox › Change font and padding in listbox
Tagged: javascript listbox, jQuery ListBox, jqwidgets listbox, ListBox
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 4 months ago.
Hi I can’t seem to find the right styles to shrink the font of listbox items and shrink the padding between them. I’m trying to pack more entries items into the listbox.
Thank you.
Hello emberq,
You could use the itemHeight property to set the desired height for all items. Also, it is possible to use the inner classes (“.jqx-listitem-state-normal“) to determine the style of the items. Please, take a look at this example. More details you could find in our API Documentation: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxlistbox/jquery-listbox-api.htm?search=box
itemHeight
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.