Is there a feature in the UltraDayView that lets you add a line showing the current time? Also down the left hand side it shows the Hours with ticks at each 15 min mark, can you change the format of this side bar, say to show the min, or hide the lines? Can you add a textboxUIelement to this area?
Hello Matthew,
I am just checking about the progress of this issue. Let me know if Hristo's suggestion worked for you or if you need our further assistance.
Thank you for using Infragistics Components.
For “line showing the current”, you should set CurrentTimeIndicatorVisible to true. About the time labels what I could suggest you is to play with TimeSlotDescriptorLabelStyle, which allows you to show time label for each slot, and also TimeSlotInterval if you need to change the interval.
CurrentTimeIndicatorVisible - http://help.infragistics.com/doc/WinForms/2014.2/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v14.2~Infragistics.Win.UltraWinSchedule.UltraDayView~CurrentTimeIndicatorVisible.html
TimeSlotDescriptorLabelStyle - http://help.infragistics.com/doc/WinForms/2014.2/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v14.2~Infragistics.Win.UltraWinSchedule.UltraDayView~TimeSlotDescriptorLabelStyle.html
TimeSlotInterval - http://help.infragistics.com/doc/WinForms/2014.2/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v14.2~Infragistics.Win.UltraWinSchedule.UltraDayView~TimeSlotInterval.html
Please let me know if you have any further questions.