How do I change the appearance of the check box of a particular node.
I have a handle on the UltaTreeNode where can I set the the background color of the check box area only and /or the check mark itself?
For example, it is curently defaulted to green
Hi Roman,
No, there's no property specifically for the tree. You have to set a static property which will affect all Infragistics controls:
UIElementDrawParams.CheckBoxGlyphInfo = UIElementDrawParams.Office2007CheckBoxGlyphInfo;
Hi Mike,
v8.2 UltraTree control does not have GlyphInfo property.
I would like UltraTree checkbox to look similar to UltraCheckEditor with Office2007 check box glyphs
Regards, Roman.
I doubt there is any difference between using GlyphInfo and using a DrawFilter. If anything, DrawFilter is probably faster, assuming it is written efficiently. :)