android - How to get a non scrollable ListView? -
i should want non scrollable listview, , show entire listview. it's because entire screen scrollview, , dispatch widgets relativelayout, don't need listview scroll.
i set ui code, not xml.
i've used listview.setscrollcontainer(false)
, it's not work, don't understand why.
thanks.
don't put listview in scrollview, doesn't work. if want list of items doesn't scroll, it's called linearlayout.
Comments
Post a Comment