What I’m trying to do:
I’m populating a column panel with code-generated links to form a highly-controllable multi-select list box that allows me to control ‘toggled’ entries using an event handler (I use foreground/background colors to show ‘clicked’, etc).
Since some of these mutli-select ‘lists’ can get really long, I want them to scroll (auto-scroll?). I’ve tried placing the column panel inside an xy panel to bound it, but this doesn’t seem to work.
Idea? Curious if there is a better component to place these links into to support scrolling