wasteam / waslibs

Windows App Studio WinRT XAML & UWP Libraries
MIT License
314 stars 133 forks source link

How to use VariableSizedGridPanel #26

Closed ghost closed 8 years ago

ghost commented 8 years ago

I browsed the available controls in this package and I saw VariableSizedGridPanel. Can I use this on its own? I want to use this for adaptive layout but I am not making a GridView. I tried using this panel but I just saw nothing inside it.

javitosanchez commented 8 years ago

The control you are looking for is VariableSizedGrid. You can see how to use it in the main page of the samples app.