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 :
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.
Thank you so much Dimitar. This code workin perfect !