I need to find a WPF Container control where when layed out with a fixed size, can adequately resize children controls so that the size of each child control is reduced as new items are created/added in/to the container.
So assume this control would have some tile like children controls, assume at one point my container has 4 tiles - 16X16 that fill the entire control. When I add the next row of tiles, I want the existing 4 tiles to shrink down to say 12X12, I don't want the size of container to accommodate as I don't ever want to get to a point where my users are scrolling across the container.
Please let me know if anyone has any ideas...?
something like this would probably work