Group: Forum Members
Last Active: 7 Years Ago
Posts: 18,
Visits: 2
|
Whenever a control draws ontop of an active NListView it seems to loose the item column and header. When I load another control ontop of and then close it the items in the first column appear as they should. I have tried to manually refresh the control no luck. I'm drawing blanks how to fix this.
Any ideas?
Works: http://www.threatscanada.ca/header_here.png
Doesn't work: http://www.threatscanada.ca/staff/header_lost.png
|
Group: Forum Members
Last Active: 7 Years Ago
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
|