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
Grid resized to be larger but no data rendered
posted

My XamDataGrid is bound to a DataSet with multiple parent-child tables. If I expand several children so contents go offscreen and resize my XamDataGrid (by resizing its window) then no visual data is actually present in the freshly sized areas. If I click on a scrollbar (which should not be there to begin with) then the data magically appears and the scrollbar disappears. How do I fix or workaround this problem? I have tried the following in the XamDataGrid's SizeChanged event:

<XamDataGrid>.BringIntoView();

<XamDataGrid>.InvalidateVisual();

<XamDataGrid>.UpdateLayout();

None of these have had any effect.

Thanks.

Parents Reply Children
No Data