Slowly digging through archives of stuff I have been meaning to blog and I got reminded about this little issue I noticed when I increased the row height on a Flex List component. Looking at the example below note that the list on the left has a load of white space below the final row???
The solution I actually found came when I used Alex Harui’s smooth scrolling list class which is the list on the right. I am sure there is a fix out there more elegant but I just noticed this as a by product when implementing Alex’s smooth list logic.
Slowly digging through archives of stuff I have been meaning to blog and I got reminded about this little issue I noticed when I increased the row height on a Flex List component. Looking at the example below note that the list on the left has a load of white space below the final row???
The solution I actually found came when I used Alex Harui’s smooth scrolling list class which is the list on the right. I am sure there is a fix out there more elegant but I just noticed this as a by product when implementing Alex’s smooth list logic.
Source View
When I have more time I will dig out the actual culprit and strip it right back!