Hi all,

         I have a layout with scrollbar

                      <ScrollView android:id="@+id/scroll"
                             android:layout_height="455px"
                             android:layout_width="fill_parent">
                            <LinearLayout  android:id="@+id/relative"

android:layout_height="wrap_content"

android:layout_width="wrap_content">
                           </LinearLayout>
                    </ScrollView>

        I add some views to the layout. the views can be
dragged( like in home screen ). My problem is when the view is dragged
vertically it works fine, but while dragging it horizontally the
scrollbar moves not the view. Since it the parent for the layout i am
not able to disable it. Is there any way to disable the scrollbar when
the view is being dragged. Or any other solution?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to