In the context of:
<mx:PopUpButton>
<mx:popup>
<mx:VBox>
....
</mx:VBox>
</mx:popup>
</mx:PopUpButton>Is there a simple way to give the popup a height of, say, 50% of the current application height, along with a min and max height?

