Home Unanswered Active Tags New Question

Reducing the Height of Day Pilot Control

Hi :

I would like to reduce the height of the day pilot control as there are too many scroll bars on the web page
Please help me to resolve this. Here is the code for my Day Pilot Control.

<DayPilot:DayPilotCalendar ID="dpcRecordingSchedule" runat="server" DataStartField="StartTime"
DataEndField="EndTime" StartDate="2007-01-07" Days="7" CellsPerHour="4"
HeaderDateFormat="dddd" DataTextField="PropertyPackName" Height="30"
CellHeight="10" HeaderHeight="15" HeaderFontSize="8pt" HourFontSize="10pt" Width="100%"
DataValueField="RecordingScheduleID" EventClickHandling="JavaScript" EventClickJavaScript="openPopup(e);">
</DayPilot:DayPilotCalendar>

Regards

Siju

Asked by Siju George 4 years ago.
Replies
Please also tell me how to reduce the width of the control
Comment posted by Siju George 4 years ago.

Hi :

Sorry to disturb you.I got the way to it.
It can be done as by specifying the following.

HeightSpec="Fixed" Height="265" Width="680px"

thanks

Siju George

Comment posted by Siju George 4 years ago.
No problem ;-)
Thanks for posting the solution.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java