flashkid10
Member
- Joined
- Dec 9, 2016
- Messages
- 16
- Programming Experience
- Beginner
I'm current creating an app (POC) that list events, and it is going to have a weekly view (Sun-Sat). when you click on a cell it will do something; I want to send a number at a method called "ShowDetails(int x), how would I tag a number onto a subitem and have it send it when the subitem is clicked. I am currently displaying the event onto a listview with nine rows in each of the seven columns. how would i achieve this?