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
280
XamDataGrid resizing issue
posted

I am using AutoFit property to resize the grid columns based on available width. I open my xamdatagrid in a small mode initially and then maximize it, xamdatagrid readjust accordingly. But when i again try to resize it to smaller window it do not resize again. I am also using DataRecordSizingMode="SizedToContentAndIndividuallySizable" RecordResizingArea="RecordSelectorsAndCells"

Can you suggest how to make xamdatagrid resizable all the times.