Hi, i would like to have a task highlighted when i select its row; i was thinkin about changing the row color but i don't know how to do it.
Can i have an example?
Thanks, Fabrizio
Hi Fabrizio,
Doesn't the row color already change in the XamGantt when you select a row? When I say row I am referring to the DataGrid element on the left hand side of the XamGantt control. Is this not what you mean?
I attached an image of what I mean. In the image, the "Collect Feedback" task is highlighted because I selected the row with the mouse by clicking the row selector area in the left most grid column.
Hi Rob,
it surely does, but how can i set a row as 'selected' in function of a Project attribute?
I.e. all the tasks having 'IsMarked' property = true have to be highlighted automatically (binding two-way the property).
Fabrizio