PriorityStackPanel
The PriorityStackPanel class is a Panel element that I built for my Windows Store app. The idea is that the panel should adapt the content to the display based on a set of rules. The existing panels in C# and WinRT are totally useless for this task because…
Continue reading