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 direction? If the Window is widened it does not make a difference to the underlyng report...i.e. it does not widen or remove the scroll bars