minHeight
Optional. Sets the minimal height of a window
minHeight?: number;
Default value: 100Example
const dhxWindow = new dhx.Window({
minHeight:170
});
dhxWindow.show();
Optional. Sets the minimal height of a window
Example
const dhxWindow = new dhx.Window({
minHeight:170
});
dhxWindow.show();