Hello, I want to use a Multicolumn Listbox as a control. This control will popup to a user and the user can select as many items (rows) as they would like. When they are done with selecting which items (rows) they would like to select they hit the Done key to end the selection process. Programatically, I then would like to create an array for all of the items (rows) selected. I have two headers: Test Code and Test Name. I would like to programatically create an array with the Test Codes and the Corresponding Test Names.
I think I can do this with property nodes but I am a bit new to using Listboxes. What is the best way to do this?
Thanks!