Skip to content

Demonstrates how to create a Variable Wrap Grid in Windows Runtime apps

License

Notifications You must be signed in to change notification settings

timgabrhel/WinRT.VariableGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstrates how to create a Variable Wrap Grid in Windows Runtime apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages