views:

451

answers:

1

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.

A: 

Ok, solved it :-) I added a resize listener to the horizontalList and adjust its rowHeight manually in the handler. works fine so far.

thx anyway

Daniel
Great thanks, this helped me also!
robmcm