I have been going over the TileView control in the examples and this is what I need. I am trying to create a project that needs to have that Windows 8.1 feel and the tiles are a great way for this program to look like this. I would like to set up my program to start with a login, then when approved, display the tiles for the steps that need to be done to gather the data. Each tile will represent a single page on a nine page report that will require data to be input. The report looks like the spreadsheet control. When all the data has been entered and validated, the users could shrink the tile or just open the next one. If the data is complete and validated then I would like an icon in the tile header to indicate that page of the report is done and validated. Once all the data is entered and validated, I would then save the data to a local text file that would be processed when the program goes online.
Any help is appreciated.