Java Equivalent components in C#
Hi,
i need to convert a Java project to c#.
In java we have defaultTreeModel and defaultMutableTreeNode, jTable, JTree, jscrollpane is there any equivalent component in c# which performs same as the above mentioned java components.....??
I know there is treeview in c#... can i use tat one?
If so, plz tell me abt those components.....
thank u