tags:

views:

248

answers:

1

I would like to set some limits/boundaries on the amount of pixels we can stretch a gridsplitter control which is inside a grid.How is this possible? Basically one should not be allowed to pull the gridsplitter to large limits(it should be restricted to smaller grid boundaries)

+4  A: 

You could use MinWidth and MaxWidth on the ColumnDefinition class.

HTH, Kent

Kent Boogaart