WrapPanel Modification to Fill Space
I am using a copy of the WrapPanel code mentioned in an earlier post. The wrap panel measures UIElement items and then adds columns as needed to hold all objects at their desired size. The flaw in the existing WrapPanel code is that there is no way to…
Continue reading