Tagged Questions

0
votes
1answer
773 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 ...