I need to add a scroll for linear layout.I use the following code to create the linear layout.But it's not working
LinearLayout llay=new LinearLayout(context); llay.setVerticalScrollBarEnabled(true); If i use the following lines i will get the Scrollbar. ScrollView sc=new ScrollView(context);sc.addView(llay); But I need to add scroll for the Linear layout without using ScrollView. 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

