I have written a program which allows the user to see specific SVN revision of a directory. It consists of an advanced TreeView and a ListView. The Treview is populated by the directory the user has specified and the ListView is populated when the user enters a revision number in a textbox and clicks on a button. This seems to work all fine.

What I need is a way of when the user selects a particular revision in the ListView, to check the corresponding treeNode.

Any ideas anyone?

Regards

Solved it! :P

Done a recursive search on the treemodel. once got the one in question, just changed the checkstate.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.