Does anyone know the maximum size of a dialog box?
I have a rather large table on a form that I’m implementing in a dialog box which is launched from another form. The rightmost column is getting cutoff so the horizontal scrollbar is available, but users don’t like it, and I don’t blame them.
I’ve had no success with the autoHorzFit, autoVertFit or sizeToTable properties. It is as if they have no effect on the size of the dialog box no matter what combination in which I use or don’t use them.
My only solution is to crop the size of the middle columns so that the horizontal scroll goes away, but I’d rather not do this. I want a bigger dialog box.
I’ve read many other frustrated accounts of designers out there on this forum with similar problems… Is there a workaround?