I have a TileList that is inside a Canvas that is set to clipContent="true". The reason for this is that when the user makes a selection from the TileList, the TileList "slides" to one side and another TileList (really the same TileList) slides in with different information.
The problem is that I can't get a vertical scroll bar on the TileList without setting verticalScrollPolicy to "on". I don't want it on all the time, just when the number of itemRenderers is more than what can be shown at one time. Here's what I've tried: Setting the height of the TileList to be explicitly the same as the container,minus the height of a button that's above it. Setting the maxHeight to the same measure. Setting minHeight to 0. I looked at the value of scrollRect on the TileList in debug, and it's null. Not sure if that's relevant. Any ideas? Thanks; Amy

