I am trying to display more owners in the UltraMonthViewSingle control. I have increased the MaximumOwnersInView property, but all that seems to do is scrunch the width until the calendar is unreadable. Is there any property that will let me add a second or third row of owners to this control?
Hello ,
You need to set OwnerDisplayStyle to Separate
http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/Infragistics4.Win.UltraWinSchedule.v15.1~Infragistics.Win.UltraWinSchedule.UltraMonthViewSingleBase~OwnerDisplayStyle.html
Please let me know if you have any further questions.
The OwnerDisplayStyle is already set to Separate. See the attached pics for what I am currently seeing and what I would like to see.