Hi,
I found the answer. By doing
Dim a = DirectCast(selectedNodes(0), Nevron.UI.WinForm.Controls.NTreeListNode).SubItems(0).RawData
I get the value of the first column of the row selected.
Thanks and regards,
IM