I would like to determine whether a ListView is scrollable or displaying items larger than the screen.
This is because I would like a show a toast message to inform the user to scroll down but only if the ListView's children are scrollable e.g. on some larger devices the list may not actually need to scroll in order to display an image but on smaller devices a large image inside of a ListView may be scrollable.