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
185
XamDataGrid Overflow Tooltips
posted

Both Windows Forms and in the WPF XamGrid control, there is support for showing the tooltip of a cell if its value overflows the cell.  I think this is done with the AllowToolTips property in the XamGrid.

Is there anyway in the XamDataGrid to implement this same behaviour so that if the value of a cell overflows it and is cut off that it automatically displays the tooltip of that cell when the user hovers over it?  Is this something that could apply to the whole grid versus haveing to specify it for each column?