ListView Heading Row

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

ListView Heading Row

Post by djrikki »

Please can you add ListView.TitleHidden, like the attribute suggests, the ability to hide the Title Row of a ListView.

This would allow me to remove the superfluous top row in Jack's Dashboard.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: ListView Heading Row

Post by airsoftsoftwair »

If you don't want to have a heading row, just leave out the Listviewcolumn.Title tag for all your columns. If Listviewcolumn.Title isn't set, your columns won't get a heading row.
Post Reply