Hello everybody,
toda I want to document one simple how-to issue. Recently I've spent some time in figuring how to make grid to locate all available space.
Below goes how to make it:
<AutoSize Container="Window" Enabled="True" MinHeight="400" />
You can add it somewhere before end of px:PXGrid tag. For example like this:
<AutoSize Container="Window" Enabled="True" MinHeight="400" />
</px:PXGrid>