Skip to content Skip to sidebar Skip to footer

How To Create HTML Table Like Structure In Flex

The html table coding structure looks something like the code shown below

Solution 1:

There are a lot of ways. I would probably start by looking into the Form layout container. That is great for a two column layout, although it gives you little control over the first column which is primarily used for

You could also, in theory, create something like this by using embedded containers, but I do not think I would recommend that approach because I suspect you'll end up with a lot of unnecessary containers.

You could also write your own layout class. More info on layouts here. This is the most powerful/flexible approach, but probably also the most time consuming.


Post a Comment for "How To Create HTML Table Like Structure In Flex"

Text input text field