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