I have a Flex text area (spark) that is used for recording rich text. Among other things, the text can be right-aligned, and some customers are using a combination of right-align+lots of spaces to position their text the way they want. While I don't agree to that tactic :) the way it looks on the screen doesn't match the way it's printed - on the screen texts with multiple trailing spaces are showing only one space.
Is there a way to force the TextArea control to show all characters, regardless of any default rules it might have?