Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
Styling the node label
posted

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.BackColor
And 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!

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children