10064 : how to print multiple page in c# code, GTP.NET ?

…print will be the same             }             else             {                 // This is the second page in X-direction                 gantt1.DateScaler.TimeSpanSet(stop, stop.Add(stop.Subtract(start)));                  gantt1.PrintPage(ev.Graphics, r, 100, 50, true, ref… Continue reading

10099 : How do I set the DateScaler properties to display the current date as starting date.

…middle of the visual span (xmiddle=timeItemStart+(timeItem.Duration()/2)) you can set the Datescaler to show this by calling Gantt.DateScaler.TimeSpanSet(xstart,xstop),  where xstart=xmiddle-(timeItem.Duration()/2) and xstop= xmiddle+(timeItem.Duration()/2)< ?xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” />… Continue reading

10163 : How can I check that text size (in pixels) are exceeding the column width (in pixles).

…                    tooltiptext = cell.Content.UserReference                 End If             End If             Me.TimelineTip.Active = True             Me.TimelineTip.SetToolTip(Gantt1.Grid, tooltiptext)         Catch ex As Exception             GetLogger(Me).Error(ex)         End Try     End Sub… Continue reading