Use the GridView element to list a set of items. However, a final blank line always appears. How can I prevent this line from being applied?
Also, the GridView is counting one more item than the number of elements loaded. I believe this is due to the blank line shown. How can I ensure that only rows with items are counted?
Finally, how can I include a vertical scrollbar in the GridView?