First of sorry if this has already been asked about, couldn’t find anything in Search.
I’m trying to make a simple overflow menu with listed items. I have set a maximum (and min) height for the menu container and want it to show a scroll bar (Boolean) if items push the container height above the defined value (288px), and hide the scrollbar when height value is under 288px. Is there a way to make this work without interactions (on click, drag…)? I’ve set op the component with auto layout for it to adjust height based on how many items I’ve “enabled” in the menu and it works fine with the mentioned constraints.