*> Can anyone kindly explain what this description means?* I believe this is for handling how your view behaves when the on-screen keyboard is visible or not.
*> What is a scrolling container in this case?* A container that... get ready for it... scrolls! *> What kind of input method is available?* Usually this would be the onscreen keyboard... *> Is the input some kind of scroll? * No *> If it is, why does this input need space?* It isn't. But anything that displays on the screen needs space. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 17, 2011 at 1:28 AM, littledot <[email protected]> wrote: > Does anyone know what > android:isScrollCOntainer = (boolean) > or > $(View).setScrollContainer(boolean) > do? > > At first I thought this would be the answer to set a View inside a > ScrollView NOT to scroll with ScrollView, but it doesn't seem to be > the case. > > On Android Developers it says, > "Set this if the view will serve as a scrolling container, meaing that > it can be resized to shrink its overall window so that there will be > space for an input method. " (Found a typo too.) > > Can anyone kindly explain what this description means? > What is a scrolling container in this case? > What kind of input method is available? > Is the input some kind of scroll? If it is, why does this input need > space? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

