I'm currently trying to create a tablet-optimized version of my application. However, difficulties arise when I try to populate a screen with a list of THREE columns. Here is a quick example: 
What is the best way to do this?
UPDATE The problem is not how to configure a listview with three columns. In my application for the phone version, I use a simple list where each item opens a different action when clicked. How to achieve this for 3 columns?
source share