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
475
Expand Subject line or change size of text when printing calendar
posted

I could use some help when printing a monthly schedule. 

I am using winschedule to show deliveries on a monthly printout.  I set the appointments to all day and then fill subject with a string for example,  "NI - 302 - Walla Walla Company".  I need to show all info in day box on calander and would also like to change color based on first 2 letters, "NI". Also, maybe if I set text to smaller font that would work as well.

Any suggestions, examples would be greatly appreciated.

 

Parents
  • 29105
    Offline posted

    Hello dpickart,  

    I have investigated your requests and thus far determined that they are both new product ideas. You can however change the color and font of the subject line by accessing the following AppointmentAppearance property.

     

    this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.ForeColor = Color.Red
     

    this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints = 5

     

    You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.

Reply Children