WinRT GridView scrolling setup work differently on mouse/kb and touch
Posted
by
Jay Kannan
on Stack Overflow
See other posts from Stack Overflow
or by Jay Kannan
Published on 2012-11-26T17:02:05Z
Indexed on
2012/11/26
17:03 UTC
Read the original article
Hit count: 635
I'm trying to mimic the functionality of the NetFlix app, with a strip on the left that collapses on scrolling, I had to offset the tiles on the GridView a bit to the right so that they can accomodate that behavior. They seem to work alright in keyboard and scroll completely to the right (although I noticed the scrollbar suddenly grows in size when I hit the left boundaries. this totally changes when I use it on touch - I seem to have a limit on the right and the scrolling doesnt scroll past the last 100 pixels or so. how do I take care of this.
I'm assuming it is related to the bug here, but didn't seem to solve the problem with that solution there.
© Stack Overflow or respective owner