Version

Displaying ToolTips While Scrolling the Grid

By default, the xamDataGrid™ and xamDataPresenter™ Grid View defer the creation of records until they are requested. In addition, while dragging the scroll bar thumb, a ToolTip appears next to the scroll bar showing the value of one field in the record (based on which Field has its IsScrollTipField property set to True) that would become the top-most record if you released the scroll bar thumb at the current dragged position.

how to display tooltips while scrolling in xamdatagrid

You can remove the ToolTips while maintaining the performance of the deferred scrolling by changing the ScrollingMode property to Deferred. If you set the ScrollingMode property to Immediate, the grid will update the display to reflect the new records in view as you drag the scroll bar thumb.

Note
Note

Setting the ScrollingMode property to Immediate is not recommended due to the impact on performance.