• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Scroll to specific view.

 
Ranch Hand
Posts: 252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want to scroll my scrollbar to specific view. Say I have one vertical Scrollview in my app. There are lot of labels and images which are given in Linear Layout. Now when user press a button it should scroll to some text view.
Is it possible in android. I have tried scrollTO and scrollBar method. But they work on pixel and in android we can not refer to static pixel as devices are of different different resolution.
 
reply
    Bookmark Topic Watch Topic
  • New Topic