Hi,
I'd like to be able to slide a toolbar away as you scroll the listview - like many apps these days do to provide more viewing area in a list. I've already implemented this using "LayoutTo" but that is simply an animation. I'd like to move the toolbar depending on the distance the user has scrolled.
Can I detect the Y scroll position of the list, or somehow detect the distance the latest gesture has moved?
Thanks