Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
XamDataGrid Vertical Scroll Preview
posted

Probably a simple question, but when you have a XamDataGrid, and are scrolling up and down on it, it has a little preview of the data so you know what record you are going to stop on.  Great feature, but I can't find where to control this behavior.  All I really want it to do is not show the first column, but the second column in the preview.  Any hints to point me in the right direction?

Doug

  • 69686
    posted

    Hello Doug,


    This is the record tooltip when scrolling. It is controlled by the IsPrimary property of the field, which by default is set to true of the first field. Same issue here.