How to customize the display height of the event

Hello,How to customize the display height of the event.

using the template, the picture is incomplete.

For example , How to customize the display height?

Thanks



3 Replies

RM Ruksar Moosa Sait Syncfusion Team May 19, 2022 11:40 AM UTC

Hi Paul,


You can customize the display height of the appointments by overwriting the default CSS class like the below code snippet.


.e-schedule .e-timeline-view .e-appointment,
.e-schedule .e-timeline-month-view .e-appointment{

       height130px;

    }


Sample: https://stackblitz.com/edit/5iwazb?file=index.js,index.html


Output:

Graphical user interface, table

Description automatically generated


Kindly try the above sample and let us know if this meets your requirement.


Regards,

Ruksar Moosa Sait



PA Paul May 20, 2022 03:00 AM UTC

Thanks for helping with this question!



SK Satheesh Kumar Balasubramanian Syncfusion Team May 20, 2022 03:30 PM UTC

Hi Paul,


Thanks for the update.

We are happy that your problem has been resolved now.


Regards,

Satheesh Kumar B


Loader.
Up arrow icon