Is there a way to fix the size of an OutlineBox?
Hi All, I have a script that pulls a data table and brings it into a window using the command dt<<Get As Report. This table has many columns and many rows. Unfortunately, it shows up in the window like this, it's really large and I don't want it to be this size: Instead, I'd like to resize it automatically, to something more like this: I found a thread here that is very similar to what I'm lo...