hi,
I have a DayView control. It has lots of owners. How can I enable the horizontal scrollbar so that the user can view the day for different owners? I know the user can use Right/Left arrow key. But I need a way on the form to indicate this. Is this possible
thanks !
fei_css
Hello fei_css,
You could try setting the following in order to achieve this:
this.ultraDayView1.ColumnScrolling = Infragistics.Win.UltraWinSchedule.DayViewColumnScrolling.ColumnsWithinGroupsOnly; this.ultraDayView1.GroupingStyle = Infragistics.Win.UltraWinSchedule.DayViewGroupingStyle.OwnerWithinDate;
Please feel free to let me know if I misunderstood you or if you have any other questions.