Hi Cheese! (love that name!)
As Dale says, you need to set your overflow CSS to get this to work.
This works for us, where mySelect is our multiSelectSet:
var ctrl=zenPage.getComponentById('mySelect');
var div=ctrl.getEnclosingDiv();
divElement=document.getElementById(
div.id);
divElement.style.height="50px";
divElement.style.width="100px";
divElement.style.backgroundColor="red";
divElement.style.overflow="scroll";
-Roberto
On Feb 10, 4:10 pm, Dale du Preez <
dale.dupr...@intersystems.com>
wrote: