Does anyone know how to set a node to the dim style (like you get for completely unpublished content). I have a section for managing some DB stuff, and I'd like to grey out the node if its currently inactive.......
It looks like XmlTreeNode has a style property, but I can't figure out how to get it to work. Any help greatly a
How to Dim a Node?
Hi,
Does anyone know how to set a node to the dim style (like you get for completely unpublished content). I have a section for managing some DB stuff, and I'd like to grey out the node if its currently inactive.......
It looks like XmlTreeNode has a style property, but I can't figure out how to get it to work. Any help greatly a
:)
Cheers,
Tim.
Hi Tim,
I think you just call the DimNode() method of the XmlTreeNode's Style:
Cheers, Lee.
Thanks Lee!
For some reason my intellisense wasn't picking up the method. Works perfectly!
:)
Cheers,
Tim.
is working on a reply...