This post is a continuation of my original Uniform grid layouts post. Please see it for more information and the starting point source code for this post.
We'll start by upgrading our existing Item
model and MainViewModel
's. In the Models folder, create a new interface named IVariableGridViewItem
and define two int properties, Width
, and Height
.
Read the rest on my blog