I'm wondering what techniques others have used to detect if a ListView has enough items in it that it is displaying a scroll bar. For instance, initially my ListView is empty but based on user interactions the ListView can begin to had items added to it. I read through a similar question here but was having some trouble getting it to work and am wondering if there are other implementations people have used. I'm not seeing an XML attribute that I can check but maybe I'm missing something.
Thanks for any help on the matter.