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
1100
How do I make a parent table's header and column headers NOT grow in width?
posted

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.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    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.

Children