Hi,
I am using XamGrid 13.2 and trying to implement a request to have the read-only grid of 20 rows/5 columns show its vertical middle regardless of the vertical size. I.e. if there is no enough space for the whole grid it should, for example, scroll to row 2 in order to have 2-17 displayed (out of 0-18).
I tried to set 'VerticalScrollBar' scrollbar's position in the code - the scrollbar displayed in the middle yet data is still displayed incorrectly. Looks like vertical scrollbar's value has no two-way binding set.
Any ideas on how to get the grid scrolling to the required positon?
Thanks, Alex
Well, google seems to be not indexing this forum. There is a very similar request a few topics below (with a horizontal scroll). Basically, I missed ResetRows call to RowsPanel. Everything works now!
Hello Alexander,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.