PDA

View Full Version : Combobox scrolling?



jkeller
April 5th, 2026, 01:19
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!

Moon Wizard
April 6th, 2026, 00:16
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

jkeller
April 6th, 2026, 00:29
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!