ContributionsMost RecentMost LikesSolutionsRe: Need assistance with TVirtualStringTree Headers/Columns Hi, All it does is a click() with coordinates. I am trying to avoid these specifically. Need assistance with TVirtualStringTree Headers/Columns Hello, I am working with the TVirtualStringTree class. Our application implements this class to mimic a multi-column list box, meaning that the class has headers enabled w/ columns, and every item or node in each column does not have any children. See the attachment for an example. I've mapped the TVirtualStringTree under the Win32 => Tree View class, and this has worked so far, but it is only looking at the first column. I need to be able to somehow designate the column, and then click on one of the nodes. Here is the example code I have, which will only work with the first column in the object. How can I go about selecting Item 3 and Item 4 in the picture? variablePickListTree.SelectItem("|Item1"); variablePickListTree.SelectItem("|Item2");