Is it possible for a Flex List to adjust its height automatically for the number of rows it’s displaying? The problem I’m having is that the List renders taller than the number rows. The number of rows is dynamic so I’d like the List to automatically adjust its height based on its content. I’ve tried setting height="100%" which doesn’t help.
Is it possible for a Flex List to adjust its height automatically for the
Share
It appears that
Listdefaults to fixed row height. SettingvariableRowHeightto true fixed it.