I put the control in a containing div and put css like this on it
#sch-container {
-ms-transform: scale(1, 0.7); /* IE 9 */
-webkit-transform: scale(1, 0.7); /* Safari */
transform: scale(1, 0.7);
transform-origin: top left;
}
Thomas Schicker - the best I have been able to do is use css scaling... and its really quirky.
Eric
Hi Thomas,
The appointment elements have their size calculated by the scheduler, so a workaround for that couldn't be implemented, unfortunately.
Regards,
Marin Bratanov
Progress Telerik