Hi
Looking at this great new control, i have a couple of questions:
1. Is there a way to draw a vertical line on the current day as is the case in MS Project.
2. When i set the viewstyle on the calenderlook to office 2007, the control does not seem to style that way. I wonder how you apply the kind of styling that is shown on the website for this control.
3. When i set primary interval to weeks, i get two rows on the header, first row shows the beginning of the week and second row ... does the same ???? shouldn't the second row show the last day of the week?
4. When i set the primary interval to weeks, can i not use week number instead of two days. This comment also applies to the ultratimelineview. A lot of people work with week numbers when they do planning per week, there should be a format that allows this.
Peter
Hi Brian, how would we draw a line at the current time in the TimeLineView?
Thanks!!
Hi Yes, I also would like to show the current time as a vertical line????
Is this post still active? I'm interested in having a current time vertical line, not a current day vertical line.
4. I was wondering the same thing. Thanks for the reply.
Is there a way to get the current display to display at the current time instead of just the current day? I'd like to use this code but my PrimaryTimeInterval is only 30 minutes, so the bar shows up at midnight instead of the current time. I tried replacing the DateTime.Today parameter with DateTime.Now, but it doesn't seem to take:
nsTLV.TimeSlotUIElement currentDateFirstSlot = taskAreaElement.GetDescendant( typeof(nsTLV.TimeSlotUIElement), DateTime.Now ) as nsTLV.TimeSlotUIElement;
Thanks!