Hi, just like to firstly say what a nice component this is to use.
Ok, my question: Is it possible to allow a different data binding field for the ToolTip value for each appointment entry rather than it using the same as the apointment description?
I would like to use HTML breaks in the appointment description, but carriage return(enum: vbCrLf)for the tooltip, so that the displayed text format is consistent in the display of line wrapping.
For example, using the HTML break code for the appointment description gives nice wrapping in the booking entry, but the HTML code shows up in the tooltip (<br />). Switching to using vbCrLf instead gives nice line wrapping in the tooltip, but no wrapping at all in the actual calendar entry.
I am doing without ToolTip altogether for now, but it would be nice to enable this feature.
Thanks