variable height TreeNodes in TreeView

G

Guest

Is it possible to create a TreeView with variable height TreeNodes? For
example, I may want to have text in a given tree node have hard return
characters that wrap that node's text to next line? There is the
TreeView.ItemHeight property but that only allows setting a height for all
TreeNodes in the TreeView's underlying tree model (which is limited to
TreeNode types of trees).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top