I am looking for a way to represent equally sized elements in a fixed number of rows and any number of columns. (Think of watching an iTunes or Picasa album. I find some platforms refer to this as a "gridview")
A WrapPanelwill complete the task, but I will become attached to a very large set of objects, so I need virtualization.
I browsed the web and found both commercially available VirtualizationWrapPanelsand blog posts on how to implement my own VirtualizationPanel, but I cannot find simpler solutions.
Is it possible to organize virtualized data elements in the form of a grid (a fixed number of rows) with standard WPF components?
source
share