|
Group: Forum Members
Posts: 18,
Visits: 2
|
Just incase anyone ever has an issue similar to this. I have no idea why but not manually coding the NTreeListNodeStringSubItem Column to link to a specific column in-code will cause this symptom. Setting the column manually fixes it and the data will not get lost when drawing over the control or resizing it. Strange issue. Simple fix.
DataNode.Column = lvwColumn1
|