Is is possible to have timeline activity text be multiline and have the activity height adjust based on the text within the activity.
No, activities are implied to be single-line and there is no mechanism that would tell the text to wrap. You might be able get multiline text by setting the ActivityHeight large enough, and manually adding the carriage return/line feed, but the control will not automatically adjust the activity height for you.
Brian,
Thanks for the follow-up. How can I go about getting this on your list as an enhancement? Using the timeline view would be a huge improvement for our customer, but without being multiline the users would not be able to see enough text to make it usable at a quick glance.
Brian Fallon"] No, activities are implied to be single-line and there is no mechanism that would tell the text to wrap. You might be able get multiline text by setting the ActivityHeight large enough, and manually adding the carriage return/line feed, but the control will not automatically adjust the activity height for you.
I tried this also but at least on my TimeLineView, the text after it isn't visible even if I set the activity height. If anyone gets this to work, pleas post what you did to get it to display multiple lines.