Thanks again for your help.
The text is now displaying better.
I am using the event headers and even after padding the time range ( Dim sH As String = e.Start.ToShortTimeString & " - " & e.End.ToShortTimeString
sH = sH.PadLeft(40)
e.HeaderHTML = sH) the beginning of the text hides underneath the duration bar.
I am also trying to set the font bold. I tried setting it in the control, in my format procedure and in beforeeventrender and the font remains normal.
Thank you again for your help.
Sheri