How can I set the initial scroll position in a scrollable widget? Calls to remoteViews.setScrollPosition followed by appWidgetManager.partiallyUpdateAppWidget do not seem to work until some point after at least some of the data has been queried via my RemoteViewsService.RemoteViewsFactory implementation. Perhaps the app widget manager has to have some list data prior to being able to set the index, but this seemingly makes it impossible to set the scroll position immediately after the widget is created. I'd think I could tell the AppWidgetManager the initial position in the list and it would start it's querying for data at that position.
Any pointers would be much appreciated. Thanks, Don -- 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

