Tagged Questions
1
vote
4answers
761 views
Centering item renderers in a HorizontalList
I am trying to center itemRenderers in a horizontal list if the number of items in the list is less than the maximum visible number. Has anyone found a good way to do this?
See an illustration of ...
0
votes
1answer
762 views
resizing item renderer when horizontalList resizes
I have a HorizontalList that is resized at runtime. The problem is that the items are not adjusting their height to the height of the HorizontalList.
I use an item renderer (vBox) which has its height ...
0
votes
1answer
400 views
How can I load something from MySQL to an HorizontalList in Flex
How can I load text from MySQL to an HorizontalList in Flex3 ?
I am using :
<mx:ControlBar x="10" y="40" width="460" height="230">
<mx:HorizontalList id="dataGrid"
...