G
Guest
Hi guys,
Don't you guys think that creating an interface for TreeNode can be of help
to programmers? The thing is that my current project involves a TreeView,
ListBoxes and a PropertyGrid. I can pass objects to both the PropertyGrid and
ListBox but I can't do that to the TreeView so we thought with my coworkers,
wouldn't it be cool to just implement an interface that will pass essential
information to the TreeView and be able to reuse the same object anywhere
else in my project? It will make the TreeView very versatile and it helps on
the encapsulation of the data.
If you want more details, just contact me.
Thanks,
humble.apprentice
Don't you guys think that creating an interface for TreeNode can be of help
to programmers? The thing is that my current project involves a TreeView,
ListBoxes and a PropertyGrid. I can pass objects to both the PropertyGrid and
ListBox but I can't do that to the TreeView so we thought with my coworkers,
wouldn't it be cool to just implement an interface that will pass essential
information to the TreeView and be able to reuse the same object anywhere
else in my project? It will make the TreeView very versatile and it helps on
the encapsulation of the data.
If you want more details, just contact me.
Thanks,
humble.apprentice