Home Coding, Scripting, Shaders

Is that possible to add a button to the System.Windows.Forms.ListView with maxscript?

Offline / Send Message
Pinned

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

Sign In or Register to comment.