I'm trying to figure out the best way to do this and am wondering if there is another option or feature I missed.
I need to display a set of (preferably formatted) directions on a form. Here are the options it has boiled down to:
•Use a text label that has html formatting capability, but no ability to scroll through text
•Use a Multiline Text Input marked read-only that has scrolling, but no formatting
Is there a way to customize a control to add capability that is needed? Is there a way to do html formatting on the multiline text input? Is there a way to make the text label scroll? (I tried putting it inside of a group... is there something else that would force the flex framework to generate the scroll bar?) Is there a way to use vertical slider to force a position inside of the text label?
Any other way to accomplish the entire set of features? (Scrolling AND Formatting)
