I would like to have a function that returns the scrollbar status of a field that has a design-time property of WHEN NEEDED. i.e. has the scrollbar been made visible or not?
Usage:
For a large piece of text, this would allow me to programatically (not interactively) add one word at a time to that field and check for 'appearance' of the scrollbar. As soon as the scroll bar appears, I'll know that the last word inserted and the remaining text will overflow.