Hi. Is there a way to check if a scroll bar is being used or not in a dialog box?
Currently, I am working on a manual way to auto-resize the dialog box and I wanted to do it by checking if there was a vertical scroll bar or not. If there was, then I would adjust the width and the height of the dialog box and proceed to check for a scroll bar again.
Thanks