About Store Forum Documentation Contact



Post Reply 
Combobox dropdown
Author Message
ronghester Offline
Member

Post: #1
Combobox dropdown
Hi,

What parameters in the skin controls the size of text displayed in the combobox dropdown??

All I want to do is increase the size of the text displayed in the combobox dropdown.

Thanks
12-05-2016 07:06 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Combobox dropdown
Hi,
This is either Menu or List.
However it's possible that you'd have to change this by code :
Combobox.list.elmHeight or
Combobox.menu.list.elmHeight
12-05-2016 10:24 PM
Find all posts by this user Quote this message in a reply
ronghester Offline
Member

Post: #3
RE: Combobox dropdown
Combobox.menu.list.elmHeight

Worked, Thanks for the documentation on that variable btw smile it was easier to understand the default value.
12-06-2016 10:47 AM
Find all posts by this user Quote this message in a reply
Post Reply