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
560
XamDataGrid - Manually resizing column width when AutoFitMode="ExtendLastField"
posted

Hi,

I'm using XamDataGrid 9.2. I have a layout with small number of columns so I set AutoFitMode=ExtendLastField to fill the grid horizontally. With this setting however I am unable to manually resize any of the columns approriately.

So what I want to happen is to extend the last field to fill the grid (which works OK) but also when I resize one of the columns and increase its width the lenght of the record presenter should correspondingly increase so that a horizontal scroll bar appears. Can you let me know how I could achieve this?

Currently when I increase the width of one of the columns XamDataGrid attempts to keep the width of the record presenter constant by reducing the width of some other column which can be very annoying.

Thanks,

Joe