-
Combobox scrolling?
Is there any trick to get a combobox to scroll?
I've tried a few things, like limiting the number of entries or the size of the drop-down (though that seems flaky too).
AI suggested this, but it didn't seem to do anything.
<verticalscroll>true</verticalscroll>
I've seen scrollbars on other comboboxes, so I know it's possible.
Thanks for any tips!
-
You have to set a <listmaxsize> value in the template to do so; otherwise, it assumes you don't want scrolling.
You're much better off searching for examples in CoreRPG and 5E, than in using AI to help you.
Regards,
JPG
-
I had listmaxsize, but I think it was using a number that was too big (I didn't realize it was the number of entries). Working now, thanks!