Staggered columns in WrapPanel or Custom Panel for ListView

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aaron7pm
    New Member
    • Jan 2014
    • 1

    Staggered columns in WrapPanel or Custom Panel for ListView

    I've been trying for a while now and I can't seem to replicate this model without using a grid. I've tried making some simple custom panels and a WrapPanel that makes a new column after n pixels or n number of items which works; however, I'm unable to find a way to stagger each column.

    Here's an image of what I'm trying to do:


    I've made solutions that use a Grid that do stagger the columns however what I need is a panel that uses columns only and it must be able to be used as the ItemsPanel for a ListView.
Working...