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 set to 100%. But the items always stay at their initial size.

link|improve this question

50% accept rate
feedback

1 Answer

I solved this:

I added a resize listener to the horizontalList and adjust its rowHeight manually in the handler. Works fine so far.

link|improve this answer
Great thanks, this helped me also! – robmcm Oct 21 '09 at 15:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.