The height property (string) applies the specified height in CSS format to the main Queue element using an inline style.
Available since 2025.4.6748.
DayPilot.Queue.heightnullSpecify the value using a CSS height string such as 240px or 50vh. The value is written to the main Queue element as an inline style.
const dp = new DayPilot.Queue("dp", {
height: "240px",
// ...
});
dp.init();