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