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
761
Bug with fixed Fields and DataRecordSizingMode set to Fixed?
posted

Hello,

I assume the following behaviour is a bug with the XamDataGrid 10.3.20103.2065:

Take a XamDataGrid, place it on a window and populate it with any data (you can use BindToSampleData, too). Add a FieldLayoutSetting to the grid and set the DataRecordSizingMode to Fixed. Start the App and fix eg. the first field to near edge. Make the window small enough to allow the grid to scroll horizontally. See the scrolled fields overlapping the fixed field. The fixed field should be on top.

Removing the DataRecordSizingMode from the FieldLayoutSetting solves the problem.

Just for those who might run into the same problem.

Best regards, Frank