Hi Taylour,
Thank you for using Syncfusion Products,
You can customize the InteractiveCheckBox appearance by using its properties named IntermediateCheckColor and IntermediateCheckBoxBackGround properties in TreeNodeAdv.
treeNode.IntermediateCheckColor = Color.Black; treeNode.IntermediateCheckBoxBackGround = Brushes.Black; |
Screenshot:
Please find the sample that demonstrates the same:
Sample:
TreeViewAdv_TristatePlease check our sample and let us know whether it meets your requirement. If not kindly brief about requirement along with screenshot , so that it would helpful for us to proceed further on this.
Regards,
Vijayalakshmi V.R.