"font size" list box items - Forum

Forum Navigation
You need to log in to create posts and topics.

"font size" list box items

Good morning
How can I change the size of the items in a list box
Lucca Lazzeri

@llazzari

With the ListBox object selected, click on the Style Tab (the one in the same panel as the Properties Tab) ... then check the font-size entry and select the desired size.

Thanks for the reply, but only the title of the list box is changed, the list items do not change in size

@llazzari are you sure ListBox object is the one you are talking about?
There is no title on that object and items size change according to font-size value.

Regards.

@llazzari

only the title of the list box is changed, the list items do not change in size

See attached image of what I get (with font-size set to 24pt) ... what does your screen look like ?

Uploaded files:
  • You need to login to have access to uploads.

Sorry I used a DropDown.

with the list box it is ok, it does not work with DropDown.

@llazzari try this on Project > Properties > Styles:

.dropdown-menu{
   font-size:24pt;
}

 

Thanks