Hi all i need to know how to remove the scrollbar for a ListView.
i created a ListView like
1) ListView listView = new ListView(context);
and i add an adapter in to the listView
2)listView.setAdapter(listAdapter);// here listAdapter is an adapetr
when the size of list adapter is greater than one scrolbar comes automatically,but i want to remove the scrolbar.
Anybody can help me to fix this problem


