To download all executables in a zip file click here
ConflictAreas.exe Source downloadMerits: Shows use of conflict areas and compares it to usage without conflict areas. Shows how to detect conflict events including conflict resolve. Also exposes two property grids for the two TimeItemLayouts so this is a good sample to try out different time item layouts.
|
DataBind.exe Source downloadMerits: Shows databind with rendering overrides using the OnBeforeDSToTimeItem Converts the timespan value to an absolute datetime that works for the Stop property of timeItem.
|
DateScalerUserDraw.exe Source downloadMerits: Show some of the many settings of the datescaler. Exposes the culture settings in combo box. Lets you experiment with rendering parameters like PixelsForModeSwitch
|
EventLog.exe Source downloadMerits: Grabs data from the windows event log and visualizes it in the Gantt in ScheduleMode
|
Gantt_Background_Foreground.exe Source downloadMerits: Show the effect of background and foreground OnUserDraw events for DateScaler,Grid and TimeItemArea
|
Gantt_CollisionDetection.exe Source downloadMerits: Shows how to react to the OnCollisionDecected event. The ConclictAreas wich are an extension of collisiondetection, is not covered in this sample.
|
Gantt_Database.exe Source downloadMerits: Compound sample that connects to a database, uses databind and shows the DataGrids with the same info. Watch the datagrids update when you update the Gantt. Watch the Gantt update when you move content of datagrids...
|
Gantt_DateDependentBackground.exe Source downloadMerits: This sample show of to use the TimeToPixel in the OnUserDrawBackground events to draw a date dependent background. Use this technique to draw static information for holydays, vacations or what have you.
|
Gantt_DateScaler.exe Source downloadMerits: Sample show the use of FishEye in datescaler and programmatic usage of zoom and scroll in time. Sample also shows hiding of hours and day types.
|
Gantt_GridDragDrop.exe Source downloadMerits: Shows Grid drag and drop
|
Gantt_HideGrid.exe Source downloadMerits: There may be reasons for you to hide the grid, or replace it with some other grid implementation. You can do so by hijacking the grid from the position within the Gantt
|
Gantt_LinkActionsSample.exe Source downloadMerits: Link actions are used to stop time item collisions. Sample demonstrates use of invisible links as well.
|
|
|
Gantt_M$_Look.exe Source downloadMerits: Sometimes you want your mother... And sometimes you need your Gantt to look like MS-Project
|
Gantt_TimeItems.exe Source downloadMerits: Overviews the abilities of time items like:
|
Gantt_Yapp_Look.exe Source downloadMerits: Can the GTP.NET look like phGantTimePackage looked in Yapp - the project calculator? Well, yes.
|
ganttEvents.exeMerits: Shows Drag and Drop of a time item between two Gantts
|
GanttTest.exe Source downloadMerits: Compound sample that is frequently updated by GTP.NET developers to test and repeat issues. This sample has a decent print preview, and is also a good to test performance with.
|
Grid.exe Source downloadMerits: This sample focus on the grid and what it can do with CellLayouts and stuff
|
Grid_MSPropertyGridLook.exe Source downloadMerits: Can the Grid be made to look like the property grid in VS2005; yes it can. Does this sample do that? Well almost...
|
MultiGanttSync.exe Source downloadMerits: Multiple gantt charts are used to show a big time frame in multiple rows. Scrolling and zooming is synced with a time offset.
|
SimplePropertyTimeItemDataBind.exe Source download
|