Hi (again)
I applied a Style on all my infragistics components, but my code to change color of percentcompletbar in TimeLine part of Gantt is no more applied.
After loaded Data, I run through tasks to verify PercentComplete value. If a value is over 100, I want to paint bar in red.
foreach (Task userEnv in task.Tasks) if (userEnv.PercentComplete > 100) userEnv.TimelineSettings.BarSettings.PercentCompleteBarAppearance.BackColor2 = Color.Red;
But since I m applying style in the Gantt, this line doesn't do anything.
How to overload Style ?
Thanks for the feedback, If you have any questions, feel free to write us
Thanks it's working fine :)
Modifying Alpha & removing resource as you did in the video work fine.
Demo sample
Video tutorial
Hi,
Thanks for attached IG style. Please take a look on attached sample and video file with the changes that I made in your style to achieve desired behavior. If you have any questions, feel free to write me
Regards