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