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