I fiddled every setting I can find.. logicalday, etc.. it is always showing 8 hour appointments as a tiny bar instead of the whole day.. it is possible to just show parts of the day with the timeline control?
Greg
i have the same issue too. i need to filter out the un-needed times; ie, Midnight - 06:00 and 21:00 - Midnight.
thanks
UltraTimelineView.CalendarInfo.LogicalDayOffset = TimeSpan.FromHours(6);UltraTimelineView.CalendarInfo.LogicalDayDuration = TimeSpan.FromHours(17);