How can I create a ListView with fixed header and footer?
ListView
I don\'t want the header/footer to scroll with the items in the ListView.
Make the header and footer separate Views which you locate over the top and bottom of the ListView. Then set the opacity for those Views.