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