Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i use tree view in .net class libraries is there any alternatives for tree view in class libraries?





Thanks in advance.
Posted
Comments
Sinisa Hajnal 24-Sep-14 5:18am    
Tree view is UI element...unless you're programming your own control that inherits from that it has no place in DLL.

If that is not what you meant, please try to explain a bit better. Thank you
Richard MacCutchan 24-Sep-14 7:21am    
A TreeView is a specific UI control that provides a structured list of items. If you want an alternative then you need to consider a different control class.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900