Hi,
I have a question about the scrolling of the Xamgrid.
when I scrolling the Xamgrid,I should do anything about the Vertical change.
For example,Console.WriteLine the Vertical Position of the Xamgrid,etc.
(1)When the Xamgrid Scrolling, some event are accured?
(2)How can get the Vertiacal Position when scrolling?
can anyone help me?thanks very much.
Hello Tei,
After some investigation, our developers said that this behavior could be changed, but will decrease the performance of the XamGrid, so they decided to leave it this way. They also provided a workaround if still want to be able to scroll the XamGrid in code. I attached a sample project showing this. Basically you should call the RowsPanel's ResetRows method every time the Scrollbar's ValueChanged event is fired.
Hope this helps you.
I have logged this with development under ID: 153837 and I have also created a support ticket on your behalf: CAS-124431-G6H4B0 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx
Hi, Stefan.
Perfect. Thank you verymuch.
but I have another question on this topic.
Can the xamGrid scrolled in code, something like xamGrid1.ScrollToHorizontalOffset(500)?
ps.the ScrollBar can be scrolled in code but not xamgrid.
Thank you.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the XamGRid’s Loaded event and in the handler I get the vertical ScrollBar and handled its ValueChanged event. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.