Timeline view Height between event

Hi,

I use a timeline view. But I would define size of each line.
Also, this code :

var timeline = new TimelineView(label, propertyOwnerId);
timeline.Dy = 25;
timeline.SectionAutoheight = false;

However, when I had two events to display in same line, the padding between two events it’s more important.

Do you have a constant to define this space?

Unfortunately no, paddings have fixed size.
But, if it can help, you can define heights of events in timeline
timeline.EventDy = 21;//height of event timeline.EventMinDy = 10;//height for multiple events at the same time