When I scrolll the vertical bar up or down, the datagird doesn't move/update until I release the scrollbar mouse button.
Is the anyway to improve this?
Hello Ming,
I am under the impression that you are currently referring to the XamDataGrid control in the Infragistics for WPF toolset. Please let me know if this is not the case, as the following is based on this impression.
The scrolling in the XamDataGrid by default is deferred, which is the behavior you are seeing. If you would like to change this, I would recommend changing the ScrollingMode property of the XamDataGrid to “Immediate.”
Please let me know if you have any other questions or concerns on this matter.
It works. Thanks a lot.