I wrote my own code for handling resizing so that I could get the resizing functionality that I want. It all works fine ... until I display a scroll bar. Then the size is too large.
I thought "easy enough", I will just add a check for a scroll bar and make my widths shorter. From reading, it sounded like I should use VScroll to check that. However, this value is *always* false, even when the scroll bar is showing.
Is there a way my code can know that the scroll bar is showing so I can resize my columns appropriately?
Thanks!
I thought "easy enough", I will just add a check for a scroll bar and make my widths shorter. From reading, it sounded like I should use VScroll to check that. However, this value is *always* false, even when the scroll bar is showing.
Is there a way my code can know that the scroll bar is showing so I can resize my columns appropriately?
Thanks!