Learn how to render a XML file/string into a TreeView widget in your Winforms application.Looking for a way to render an entire XML document into a expandable TreeView of Winforms? You surely don't want to loop over every node and write a lot of "if's" according to the type and data that the node contains, don't you? Instead, we want to share with you an interesting approach of how to render aut..