I am trying to style the label positioned behind a checkbox. I want make it appear as if it is a box. Thus with a background color: childNode.Override.NodeAppearance.BackColorAnd then I want to give it a border... but I cannot seem to make it appear.And I would also like change the spacing between the label and the checkbox in front of it.
Any and all help will be welcome!
You can turn on borders for nodes by setting the BorderStyleNode property on the Override.
There's no way to adjust the spacing between the checkbox and the text of a node, though. Except maybe by adding spaces to the beginning of the text.
I'm having a problem with the borders.
I've simply added the ultratree control. The properties I have changed are:
.Override.BorderStyleNode -> Solid.Override.NodeAppearence.BorderColor -> Black
I get no borders drawn around the nodes. Am I missing something?
Andez