Is there any way to make the expand/collapse plus sign float towards the top-left of the node item? We can set the text with:
(that code is within the NodeFormatting event, btw...)
So I'm wondering if there is an equivalent function for the expand/collapse element. It doesn't look right sitting in the center of a node whose height is set to allow for multiple lines. Would look better at the top-left IMO.
Thanks,
Wayne
e.NodeElement.ContentElement.TextAlignment = ContentAlignment.TopLeft;
(that code is within the NodeFormatting event, btw...)
So I'm wondering if there is an equivalent function for the expand/collapse element. It doesn't look right sitting in the center of a node whose height is set to allow for multiple lines. Would look better at the top-left IMO.
Thanks,
Wayne