Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to add some bottom padding to listview so that the last item comes "padding pixels" over the bottom of the list/grid?
Have you tried setting a different component for the ListView.footer property?
You can also place the ListView inside an Item that is taller than the ListView. Then anchor the ListView to the top of the Item.
Kypeli, or simple set bottomMargin of anchors with fillIn set or bottom anchor set
Hey thanks, the footer worked! Margin doesn't work since that affects to all items not just to the last one..