I have a customlist. I want to put in customlistitems of height 30 px. But when I do that they appear around 50 px. No matter what I do, the height of customlist item couldn't be brought down to 30 px.
Is it that the height of the customlist item is fixed to a certain minimum height?
This turned out to be the issue with prelaunch SDK. It suggests to use ListView instead, and use CustomItem to create items. Works fine with that.