I am using a grid to display data in which some the height of some rows is much larger than the others.
I have noticed that when using a mouse to scroll through the list, the display jumps when the larger rows are at the end of the display. It looks as if each scroll tick is moving a row up regardless of the size of the row. Is there anyway of controlling this behavior so that the list scrolls more smoothly.
Any help much appreciated
Thanks
Yaakov
Hello Yaakov,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I can say that this behavior is by design and you are not able to control it the, because the Scrolling in the XamDataGrid depends on the first Record in view and is made to scroll one Record down no matter what is its Height.
Feel free to write me if you have further questions.
Hi Stefan
Thanks for your post. It understand that this behaviour is by design, however I would like to control it to make the user experience smoother and less jumpier. Is there anything you can suggest to do this?