ListView
-
Hi, how to create ListView behave like TreeNode TQ
-
Hi, how to create ListView behave like TreeNode TQ
What exactly do you want? A ListView cannot "behave like a TreeNode".:confused:
-
What exactly do you want? A ListView cannot "behave like a TreeNode".:confused:
but i saw a sample in C# in this web site?
-
but i saw a sample in C# in this web site?
I think your looking for this http://www.codeproject.com/cs/miscctrl/treelistview.asp?target=treeview%7Clistview[^] It adds ListView Column support to a TreeView control. There is no way to make a ListView behave like a TreeView. That would result in an actual TreeView control. RageInTheMachine9532
-
I think your looking for this http://www.codeproject.com/cs/miscctrl/treelistview.asp?target=treeview%7Clistview[^] It adds ListView Column support to a TreeView control. There is no way to make a ListView behave like a TreeView. That would result in an actual TreeView control. RageInTheMachine9532
-
This is the only example I know of. I can't find another example of this idea anywhere. To convert blocks of code from C# to VB, you might want to try http://www.kamalpatel.net/ConvertCSharp2VB.aspx[^] It will NOT convert an entire program like this example. But you can use it to convert blocks of code so you can then use that for a reference to hand convert the rest if needed. RageInTheMachine9532