Skip to content

rickapps/UWP-UniformGrid-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UWP-UniformGrid-Control

The missing UniformGrid control from WPF ported to UWP. In the Microsoft UWP examples on GitHub, see the XamlUIBasics project. They have a custom WrapPanel included in the project. I took that code and combined it with a reverse compile of the the WPF UniformGrid control to get the code that makes up the class file UniformGrid.cs. To use UniformGrid in your project, you only need to add that one file. The rest of the stuff included here is just a simple solution to demonstrate the use of the control.

LICENSE

MIT License

About

The missing UniformGrid control from WPF ported to UWP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages