Ok, so you are not using sample code, but are using HTC's extensions to Android.
Either way, that's not part of base "standard" Android itself. Try asking HTC how to work with their stuff. -- Kostya 2011/6/7 shipi <[email protected]> > Thanks for all replies. > > @TreKing - sorry i got comp err not exception. so couldnt send u the > trace. > @Romain Guy - yes. BouncingListView is HTC api. Thats just a try i did > casting ExpandableListView to BouncingListView. > @Kostya - im not using any sample code. > > > Actually im developing a home screen widget. It shows an > Expandablelistview with 2 groups. > when expand both groups im able to see only some 4 list items in my > Expandable list view. last list item is hiding(as Bounsing may be > enabled). > If i scroll its seen but after releasing finger again its > hiding(Bounsing). > Thats i need to setBounsingEnabled(false) as we do in normal ListView. > But for ExpandableListview im seeing in android api refrence that > setBounsingEnabled() is not there :( > so how to show all list items while scrolling? > > Thanks in advance > > > > @On Jun 6, 5:47 pm, Kostya Vasilyev <[email protected]> wrote: > > He's getting a compile time, not run time error. > > > > Which does not seem surprising: > > > > http://developer.android.com/search.html#q=setBouncingEnabled&t=0 > > > > produces no results. > > > > A search for BouncingListView gives no results either. > > > > Shipi - if you are working with sample code, look there to see what > > BouncingListView is and how it's defined, you most likely need to copy > more > > code into your project, including the defintion of setBouncingEnabled. > > > > -- Kostya > > > > 2011/6/6 TreKing <[email protected]> > > > > > > > > > On Mon, Jun 6, 2011 at 5:17 AM, shipi <[email protected]> wrote: > > > > >> pls give me suggestions. > > > > > I already gave you a suggestion. You ignored it. > > > > > > ------------------------------------------------------------------------------------------------- > > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > > transit tracking app for Android-powered devices > > > > > -- > > > 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- Hide quoted > text - > > > > - Show quoted text - > > -- > 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

