Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
horizontal scrollbar
posted

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

Parents
No Data
Reply
  • 71886
    Offline posted

    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.

Children
No Data