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
237
UltraTimelineView Appointments Multiline
posted

Hey, im using ultratimelineviewe for my project. Creating appointments and putting on calendar. But i have one problem about this.. How can i make multiline appointments in timeline ? Please look pictures below..

Thanks..

1. this happenin now:

2. I want like that :

Parents
No Data
Reply
  • 23930
    Verified Answer
    Offline posted

    Hi,

    Thank you for contacting Infragistics Developer Support.

    There are a few approaches to solving this task. You could set the ActivityHeight to a number that is large enough to fit the text in the appointment and then using CreationFilter you could set the WarpText property of the TextUIElement of the appointment to true.

    Alternatively again you could use the CreationFilter in order to set the WarpText of the TextUIElement and then use a Graphics object in order to calculate how much space you need in order to fit the subject. Then you could enlarge the appointment UIElement in order to fit the whole text. When editing the appointments without using the appointment dialog the subject will become again on one line.

    The third option would be to log a product idea on this site: http://ideas.infragistics.com

    I have attached a sample demonstrating these suggestions.

    I am looking forward to your reply.

    WTLV_FitAppointmentSubject.zip
Children