GTP.NET.SL 1.1.2.6

——————————————
——-GTP.NET.SL 1.1.2.6—-
——————————————
GanttRow.cs (26)
New event on GanttRow OnGanttRowMinHeightChange
This event fires when the collisiondetection wants to change the calculated MinHeigt of the row.
This will only happen when IncreaseRowHeightOnCollision==true.
If ScheduleMode then height is really the width

TimeItem.cs (29)
AllowResizeEast,AllowResizeWest, AllowResizeMove are now DependencyProperties so that you can bind more easily

SampleUsingToolkitTreeview.xaml (12)
SampleUsingToolkitTreeview.xaml.cs (7)
Updated to show IncreaseRowHeight on Collision

GTP.NET.SL 1.1.2.2

——————————————
——-GTP.NET.SL 1.1.2.2—-
——————————————
GanttRow.cs (25)
TimeItem.cs (28)
new event OnTimeItemChange
This event fires when the user changes a TimeItem’s Start or Stop properties.Check the e.MoveState argument to see if it is a move or resize op.The old values are taken from the TimeItem; e.TimeItem.Start
The new values you get by applying the difference; e.TimeItem.Start.Add(e.Diff). You can limit the e.Diff, and the new value of difference will be use by the default logic executed after this event.

GTP.NET.SL 1.1.1.5

——————————————
——-GTP.NET.SL 1.1.1.5—-
——————————————
Gantt.cs (26)
SLDev1.sln (3)
MoveBetweenControls.xaml (8)
MoveBetweenControls.xaml.cs (5)
Added Gantt_WPF

TimeItem.cs (26)
TimeItem avoids setting non-time direction size

DateScalerGeneric.cs (8)
UseScheduleTimeLayoutForSmallIntervals was updated due to discovered bugs

DateScalerSamples.xaml (3)
DateScalerSamples.xaml.cs (2)
SampleUsingToolkitTreeview.xaml (9)
Sample updates, to show weeks in third band, to show bind to StartTime

GridColumnWidthKeeper.cs (3)
MultiColumnCoordinator the solution for a multi column tree

SampleUsingToolkitTreeview.xaml (8)
SampleUsingToolkitTreeview.xaml.cs (6)
Treeview column values updated on all gantt rows

TimeItem.cs (25)
IsPointOverActiveArea bug fixed

DateScaler.cs (18)
Gantt.cs (25)
GanttRow.cs (23)
TimeItem.cs (24)
TimeItemLink.cs (12)
Comments on public and protected.
Bug in FixedSize time items
FixedSize does not have resize cursor
Cursor only visible over active area

DateScaler.cs (17)
Gantt.cs (24)
GanttRow.cs (22)
TimeItem.cs (23)
Promodel changes reviewed and merged

GTP.NET.SL 1.0.8.7

——————————————
——-GTP.NET.SL 1.0.8.7—-
——————————————
SLDev1.csproj (11)
GanttSample2.xaml.cs (6)
GTP.NET.SL.csproj (15)
Reference.cs (2)

Silverlight 3

GanttRow.cs (21)
Added OwningContentControl that will be initiated to the first ContentControl found upwards in the visual tree when the parent for this visual changes.

TimeItem.cs (22)
Changes to how the TimeItemSizedFE is found

GTP.NET.SL 1.0.5.13

——————————————
——-GTP.NET.SL 1.0.5.13—-
——————————————
GanttSample2.xaml (9)
GanttSample2.xaml.cs (4)
Sample for UserDraw of progress percent

GanttRow.cs (20)
New events to catch GanttRow Clicks etc:
public event MouseEventHandler MouseEnterGanttRowBackground;
public event MouseEventHandler MouseLeaveGanttRowBackground;
public event MouseButtonEventHandler MouseLeftButtonDownGanttRowBackground;
public event MouseButtonEventHandler MouseLeftButtonUpGanttRowBackground;
public event MouseEventHandler MouseMoveGanttRowBackground;

GTP.NET.SL 1.0.4.26

——————————————
——-GTP.NET.SL 1.0.4.26—-
——————————————
TimeItem.cs (20)
TimeItemLink.cs (11)
Added TimeItemLink UserDraw flag and event to allow for detailed control over time item link rendering; you can use this to add texts to link ends of draw your link anyway you want.

GanttRow.cs (19)
GanttRows that had zero time items did not get a correctly initialized GanttRowCanvas this in turn effected the currently selected row of grid or tree

GTP.NET.SL 1.0.4.18

——————————————
——-GTP.NET.SL 1.0.4.18—-
——————————————
GanttSample2.xaml (8)
MoveBetweenControls.xaml (7)
DateScaler.cs (16)
DateScalerTextBrush
MinusbuttonStyle
PlusbuttonStyle
MinusbuttonVisibility
PlusbuttonVisibility
ScaleMarkerBrush

Scalemarkers now drawn with ScaleMarkerBrush
Datescaler texts drawn with DateScalerTextBrush

Most updates copied from Ed Dupas, Promodel ; Thanks!

Gantt.cs (22)
Bug corrected in VerticalDayStripesUse.
VerticalDayStripesUse=”none” in xaml works correctly now.

DateScalerGeneric.cs (7)
Clean up of old drawing code

GTP.NET.SL 1.0.3.29

——————————————
——-GTP.NET.SL 1.0.3.29—-
——————————————
GanttRow.cs (16)
When switching Datasource old rows was still remembered by Gantt. Fixed.

Gantt.cs (19)
Gantt.UpdateMultiSelect added Call this to select a specific time item by code.