Is it possible (by using the stock c# TreeView) to have Multiline TreeNodes?
Also, is it possible to add control characters to TreeNode’s text e.g. ‘\t’? This same effect could also be achieved by adding columns to the TreeNode. is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do not believe this is possible using WinForms, at least without drawing your own nodes. You may be able to use an ‘owner-drawn’ treenode to accomplish this in WinForms, though, I don’t know.
This is natively supported with WPF, though.