How do I remove Horizontal Scroll Bars from a report window.
I am making a report from a wide(ish) data table using the command dispObj = DT << get as report; This generates a borderBox Display Object which I then add to a new window using newWindow("Test", dispObj); Problem is the report table has a horizontal scroll bar added which I do not want. How do I remove this scroll bar and allow the report display object to fill the window fully in the horizontal...
msharp