Not sure if this is helpful but..
DId you try using a single column Listbox?
You could get the string values from this listbox by using a property node 'Item Names' Then setup the event handler to output the row that has been double clicked.
The row would feed an index array function so that you get the contents of the list entry that was double clicked.