I have a Windows Mobile application written in .NET We use a ListView to show a list of bookings. We show the date and the subject of the booking.
That's pretty limited. We would like to show quickly if possible additional data, like who created the booking, the location for the booking. The ListView on Compact Framework doesn't let us to use multi lines for rows.
We provide a details form for the booking, but our customers want to see more while they are in the list of the bookings.
How would you handle this? It should be quick, and fit the requirement.