Hi Team,
I have developed a screen with Param Query Pro Free Version which includes horizontal scroll bar. Now I am replacing that free version with ParamQuery-5.0.1 (Paid version).
But, the horizontal scroll bar is not appearing with the 5.0.1 version change.
Am using the following code to bring the scrollbar.
scrollModel : {
autoFit : true,
},
virtualX : true,
virtualY : true,
width : 'flex',
maxWidth : '100%',
height : 'flex',
maxHeight : 470
Kindly let me know if I am doing anything wrong here. If not, Please suggest me any solution.
Thanks in Advance.