My XamDataGrid is bound to a DataSet with parent and child tables. If a child table has a visual width larger than it's parent then the parent's width is automatically adjusted so it's right-most edge matches the child's tables right-most edge. How do I stop this from happening?
Thanks.
That's too bad. Excessive changes to the UI can be a distracting user experience.
Hello,
I believe that is not possible, because child records's DataRecordPresenter (child DataTable records) are the content of the parent and therefore the parent will be always around them.