Hi,
I'm trying to get my grid to expand to the full width of the screen dynamically by setting the ColumnSizer="Star" . As you can see from the attached image, the problem is that the grid boundary does indeed expand to full width, but not the columns. The expected behavior only works when I set a fixed width for the parent container, but this is not what I'm looking for.
Some background: the grid lives in a user-control. The user control is loaded via the Prism.WPF Region Manager. The peculiar thing is that I'm only experiencing this problem when the user control is first initialized; when I navigate back to the control (ItemSource changed), the grid is displayed correctly.
Any thoughts.
Thanks,
Maurizio
Attachment:
desiredoutcome_487cce92.rar