http://developer.android.com/reference/android/view/View.html#attr_android:scrollbars
On Tue, May 26, 2009 at 4:06 AM, joby <[email protected]> wrote: > > Hi all, > > anybody can tell me how to disable or remove the scrollbar > property of a ListView. > > I created a ListView like > > 1) ListView listview = new listView(context); > > and i add an adapter in to the list > > 2) listview .setAdapter(listAdapter); //listAdapter is an > adapter > > here the list adapter size greater than one then scrollbar > automatically come,but i want to display the > contents with out scrollbar . > > Anybody can help me to fix this problem > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

