How To Make Grid To Locate All Available Space

How to make grid to locate all available space

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>

No Comments

Add a Comment
Comments are closed