Hi, I have a problem that I feel should have a simple solution so I am hoping I have missed something obvious. We have a resizable canvas with a list on it that is populated from a SOAP service (asynchronous call so data is added to list after list is displayed). The list is set to 100% width so that it fills the canvas. If an entry in the list has a length that is greater than the width of the canvas then we would like a horizontal scrollbar to appear. We've tried any number of things but it just doesn't work. There is a suggestion on the flex livedocs for horizontalScrollPolicy but this just doesn't work for a list in a resizable canvas. Someone must have had this problem before?
Any suggestions? Thanks in advance. Adam

