——————————————
——-GTP.NET.SL 1.3.11.18—-
——————————————
TimeItem.cs (45)
Silverlight compatability
Gantt.cs (52)
If the DateScaler is being recreated we sometimes got visuals does not any common parent error. Fixed
Gantt.cs (51)
GanttRow.cs (52)
TimeItem.cs (44)
Bug that gave strange select results from time to time and had time items stay in drag mode after released
Is it possible use the MVVM pattern with the GTP.NET.SL??
Thanks
Yes – the GTP.NET.SL is controlled with databinding all the way – and your viewmodel data binds to the Gantt
But…
I have tried to do a Binding in the Gantt property:TodayLineStrokeThickness, but the debbuger says that “A ‘Binding’ cannot be set on the ‘TodayLineStrokeThickness’ property of type ‘Gantt’. A ‘Binding’ can only be set on a DependencyProperty of a DependencyObject”. Which is the reason of this problem??. Because, I have created a property in the VM, and it is also registered.
So, it means that Can not I use the Gantt’ properties with bindings??