Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hello Nicolass, To change the background color of NTreeViewEx control you need to set its FillInfo property as follows: NFillInfo fillInfo = nTreeViewEx1.FillInfo; fillInfo.FillStyle = FillStyle.Solid; fillInfo.Color = Color.Black;
I hope this helps.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 7 Years Ago
Posts: 1,
Visits: 4
|
I would like to have a white background color for NTreeviewEx instead of the default grey.
I set: nTreeViewEx1.BackColor = System.Drawing.Color.White;
But it does not get applied and the component stays grey.
How to fix this ?
|