I created a dotnetcontrol listview in a rollout, and I want add some click event for each list cells. Like the event on pressed do for button, when press the button, executing some other functions. My listview:
dotNetControl xx "System.Windows.Forms.ListView" width:600 height:300
Is that possible to add a control button as the list content or How to add click event for each cell? If add button works it is preferred. Thanks in advance!
Replies
It won't look like a button, if that is your goal.