Hi,
XamDatagrid content should track with the scrollbar. Currently, the content is not refreshed until you release the mouse.
is there a way to circumvent this.
Thanks,
Raul
Hi Raul,
I hadn’t heard back from you. I was wondering if you had further questions.
If so, please feel free to contact me.
There is a ScrollingMode property on the xamDataGrid that controls the behavior of the thumb.
Here is a link that describes the behavior
http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.DataPresenterBase~ScrollingMode.html
It sounds as if you should use the Immediate setting so that the scroll bar responds immediately to the thumb being dragged.