Wrap Grid with Variable Sized Items for Windows Phone 8.1
Wrap Grid with Variable Sized Items for Windows Phone 8.1
In this tutorial I will show you how to wrap variable sized ListView Items in Windows Phone 8.1. This is how our end product looks.
.
Here are the steps:
Step 1: Create a custom WrapGrid
Firstly we would be creating a custom WrapGrid by overriding MeasureOverride and ArrangeOverride methods of Panel. So we have added a new class WrapPanel in our project under Controls folder.
The WrapGrid class…
View On WordPress















