It shows the first column content as tooltip while dragging scroll bar up and down. Is there a way to configure this to show the value of other column?
By Default, the XamDataGrid will display the first (which is the primary field) as scroll tool tip. You can change that by setting the IsScrollTipField property of the field. If you set it to True, this field will appear as scrolltip when scrolling the XamDataGrid. You can change the scrolling mode of the XamDataGrid with the ScrollingMode property.
Hope this helps.
Thanks.
It sounds like scroll tooltip can only show primary key? Or I can set it to any other column?