GTP.NET.SL 1.4.3.26

——————————————
——-GTP.NET.SL 1.4.3.26—-
——————————————
TimeItem.cs (49)
SL has a time dependent component involved when deducing layout cycle. If the Gantt was loaded with enough data the layout cycle error was trown. This is now handled by dispatching changes to other layoutpass

GTP.NET.SL 1.4.3.26

——————————————
——-GTP.NET.SL 1.4.3.26—-
——————————————
TimeItem.cs (49)
SL has a time dependent component involved when deducing layout cycle. If the Gantt was loaded with enough data the layout cycle error was trown. This is now handled by dispatching changes to other layoutpass

GTP.NET.SL 1.4.3.9

Memory leaks fixed.

On deep zoom + time items scrolled out to left + plus small zoom out operations = TimeItems off screen could get get visible at the wrong position due to an optimization to skip length update. Fixed by forcing offscreen timeitems to length zero.

Issue with UserDrawn time items not always showing up on first draw

EditableGridCell added to help out with easier GanttGrid/Tree edit

Bug with clipping of links at gantt bottom fixed

Binding of the TimeItemLinks collection enabled

Problem with StartTime,StopTime binding fixed

GTP.NET.SL 1.3.11.18

——————————————
——-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

GTP.NET.SL 1.3.9.11

——————————————
——-GTP.NET.SL 1.3.9.11—-
——————————————
TimeDistinctLogic.cs (3)
DateScaler.cs (33)
GanttRow.cs (51)
TimeItem.cs (43)
New property CollisionGroup:
CollisionGroup help you group time items into groups that will be tracked for collisions amongst each other

Better handling of Templating of GanttRows