mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
c38affcded
* All renderdoc code up to this point was written by me, history is available by request
7 lines
446 B
Plaintext
7 lines
446 B
Plaintext
This control is almost entirely taken from http://www.codeproject.com/Articles/23746/TreeView-with-Columns by jkristia.
|
|
|
|
Minor changes have been made to clean up, rename or reorganise - as well as a few fixes to the non-visual styles rendering path
|
|
and some additional changes for my use of the control (like having the tree controls in a column other than the first, which mostly
|
|
'Just Worked' (tm) ).
|
|
|
|
So all credit goes to the above author! |