Search code examples
c#windows-store-appswin-universal-app

Extended StackPanel in universal app C#


I'm used to windows forms but I'm trying to get the hang of the universal apps. I need an alternative to FlowLayoutPanel from windows forms, I'm trying to make the stack panel work in similar way but it's there's one problem - if my items reach the border of the panel they wont get to the next line they will simply move out of the visible area and appear invisible. What can i do about this ?

enter image description here


Solution

  • You are looking for VariableSizedWrapGrid