Custom height for specific events
Hi,
could it be possible to change the events' height individually ? Is there a workaround to accomplish that ?
I red that a line's height is set depending on the overlapping events in that row. Hence, is it fair to admit that it could be possible to have this features ?
I tried the following code, just in case, but it doesn't work:
in the BeforeEventRender procedure
if e.text = "height=100" then
e.height = 100
else
e.height = 50
end
Thanks,
Maxime
Asked by Anonymous 2 years ago.