Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 672 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 672 Bytes

Variable Grid in WP8.1 Runtime Apps

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.

Upgrading the model

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