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
1935
"Synchronize" column-width in a hierarchical XamDataGrid
posted

I'm using the XamDataGrid to display some hierarchical data. I have defined 2 FieldLayouts for the grid in order to style the nested records differently (remove header etc.). The problem however is, that if I resize a column in the master-FieldLayout the width of the underlying rows isn't "updated".

I have been experimenting with using ValueConverters in order to get rid of the second FieldLayout, but that resulted in some other problems with hiding the headers.

 

Any thoughts on this issue?