thisdp / dgs

Thisdp's Dx Graphical User Interface System (MTA Dx Lib)
http://wiki.mtasa.com/wiki/dgs
63 stars 34 forks source link

Add property to change ComboBox item vertical spacing #130

Closed Fernando-A-Rocha closed 8 months ago

Fernando-A-Rocha commented 11 months ago

Currently, you can control itemTextPadding, which appears to work as it offsets the item text from the left. However, I wasn't able to increase the spacing between items. As you can see in the screenshot, I'm using a rather big font so the item texts touch each other, and it could use some spacing.

image

thisdp commented 11 months ago

try ItemHeight. Or maybe "leading" like gridlist?