Hello,
I am using JQXWindow and I am facing an issue with scroll. Popup settings are like below.
this.Settings = {
minWidth: ‘100px’,
maxWidth: ‘100vw’,
minHeight: 200,
maxHeight: ’96vh’,
width: 1300,
isModal: true,
resizable: false,
modalBackgroundZIndex: 9999,
keyboardCloseKey: 123,
title: “New Person”
}
Currently displaying Popup Window with respect to window height. My requirement is to increase Popup Window height as content is increasing with out scroll up to window height.
I checked in your JQXWindow Demo, there when content increases in tabs, automatically scroll is appearing. Here do we increase window height further to avoid this scroll.( up to window height)
Provide me solution if any to fix this scroll issue in JQXWindow.