I have created a window includ a XamDataGrid control, In Setting section I set the CellWidth to 80,While in run time I move the mouse on xamgrid's column header to change it width. How can I find the field's actually width?
wow I find the way.
DefaultFieldLayout.Fields[0].CellWidthResolved;