I have one datawindow named 'ABC' on which there is column named 'XYZ'.
XYZ will be having large text so I need scroll bar there.
I have set the vertical scroll bar property of XYZ.
After retrieving the record Vertical scroll bar is not visible. For it to make visible, I have to click on datawindow.
I tried ABC.object.XYZ.VScrollBar=TRUE after retrieving the datawindow but it won't work.
Can you please suggest the solution to make Scroll Bar visible all the time?
I am using PB2017 R3.