Is it possible to set the height of a virtual tile list? The guides say the regular tile list has a default height of 100% so I'm guessing the virtual list can be set as well, but I can't seem to get it to work.
Basically, I want the virtual list to take up 75% or so of the screen (and only scroll in that 75%) and then have an area in the 25% remaining below to have a button or something. I've set the height property of the tile list to 75% but it still takes up the entire screen, thus overlapping the text/button at the bottom of the page.
My code is basically the exact same as the code in the example of the virtual list, except some variable names are changed.