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).
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).