WPF DataGrid inside Accordion height issue
问题 I am using the latest WPF Toolkit but am running into a height issue when I have a large record set bound into a DataGrid inside an AccordionItem item. The height of the Accordion itself scales nicely but the DataGrid inside the accordion control doesn't get get a ScrollBar or get constrained in any way so the records are hidden. I know that I am most probably missing something very simple (like a binding from the DataGrid 's height property to the Accordion but that seems messy) here is a