Files
renderdoc/renderdocui/Controls/TreeListView
baldurk 731a7f3797 Fix crash opening up GS CBuffer window from pipeline state
* Also added an exception that throws at control creation time (much
  easier to spot) if this property is invalid.
2015-03-02 08:38:33 +00:00
..
2014-05-02 08:33:01 +01:00
2014-05-02 08:33:01 +01:00

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!