Skip to main content
Participant
April 2, 2010
Question

Combining alignment on a single line

  • April 2, 2010
  • 1 reply
  • 408 views

Hi

I want to mix alignments in a single line in flex using TLF.

Ie., on each given line, I'd like something like this:


the quick brown fox|1
     jumps over the
|2
           lazy dog
|3

In essence there's simply 2 columns there - the left column is right aligned, and the right column is left aligned.

I'm not even sure where to start.  Suggestions welcomed.

Marty

This topic has been closed for replies.

1 reply

Participating Frequently
April 2, 2010

Use tabstops. You can set the alignment of each one.

Gordon Smith

Adobe Flex SDK Team