Codewaves / Sticky-Header-Grid

Sticky header grid layout manager for RecycleView
MIT License
116 stars 33 forks source link

How to scroll to desired header position? #18

Open nileshrathore opened 6 years ago

nileshrathore commented 6 years ago

Hey,

I like your work but I'm stuck around a problem when I'm trying to scroll recycler view to it's one of the headers by calling scrollToPosition or smoothScrollToPosition it not scrolled at the position which I passed, I guess its scrolling to the item but I want to scroll at the desired header position, how can i do this?