search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

My big font size text cannot display all text because timing is too short.

Asked by Jordjmax
9 years ago.

Etc for the event that is shown on the screenshot, It should be St Nicks Girls School infocomm Club, Booked by mark lee. But it only show St Nicks Girl School because the font size is too big. My teacher wants it to make it big, so i make it big. I hope can make it scrollable for that event so I can scroll down and see the rest of the words. How to do it? Below are my source codes.

<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" runat="server"
DataStartField="START_DATE"
DataEndField="END_DATE"
DataTextField="Names"
DataValueField="BOOK_SNO"
Days="5"
EventMoveHandling="CallBack" BackColor="#0066FF" BusinessBeginsHour="8"
BusinessEndsHour="19" CssOnly="False" EventBackColor="#66FF99"
HourBorderColor="Lime" HourHalfBorderColor="#0066FF"
HourNameBackColor="#6699FF" HourNameBorderColor="#0066FF" HoverColor="#0066FF"
NonBusinessBackColor="#0066FF"
style="top: 29px; left: -2px; margin-right: 6px;" DayEndsHour="6"
HeaderDateFormat="dddd" StartDate="2014-03-24" CellHeight="40"
EventFontSize="20pt" onbeforeeventrender="DayPilotCalendar1_BeforeEventRender"
>
</DayPilot:DayPilotCalendar>

Answer posted by Dan Letecky [DayPilot]
9 years ago.

You can insert custom HTML into the event cell so it will add a scrollbar (see overflow: auto).

You can also increase the cell height using CellHeight property.

See also:
http://doc.daypilot.org/calendar/cell-height/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.