How can I set scrolling to be pixel based when scrolling vertically like when scrolling horizontally?
Thanks,
Mike
Hi Mike,
After researching your requirements I'm not sure I understand what you mean when you say scrolling horizontally is pixel based. When scrolling in the XamTileManager, the scrollbar moves the required amount in order to keep the panes from ever being partially clipped by the edges of the control. You'll also notice how the panes will resize themselves in order to best make use of the available space. This behavior applies to both the vertical and horizontal scrollbar and as such the scrolling is not pixel based on either side.
For example, if I have the vertical scrollbar available, and I click on the scrollbar's increment button on the bottom the tile manager will shift all the tiles up how ever many pixels required until the next tile on the bottom comes into view.
Are you seeing different behavior for horizontal scrolling?
Hi Rob,
Saying pixel based was just my way of trying to express situation.
When I scroll horizontally, it's smooth and I can see parts of the window as I move the scroll bar back and forth.
When I scroll vertically using the scrollbar, it jumps. If I scroll vertically using my mouse trackbar, just barely touching it, it jumps to the bottom. It is a visually jarring experience for our customers and they loose track of where they are and don't like it. They would like vertical scrolling to be just as smooth as horizontal scrolling.
Also, when scrolling vertically, when clicking on the increment button (the down arrow) instead of smooth scrolling, it jumps to the next row.
Hopefully I've been clear.