sbaeumlisberger / VirtualizingWrapPanel

Implementation of a comprehensive VirtualisingWrapPanel for WPF
MIT License
254 stars 35 forks source link

Add AllowDifferentSizedItems property to GridView. #52

Closed oxosi closed 9 months ago

oxosi commented 9 months ago

I would like to use AllowDifferentSizedItemsProperty in vwp:GridView. Could you please consider this? I am trying to display it like the Windows 10 store app 'Microsoft Photos'. The view is called 'River'. https://store-images.s-microsoft.com/image/apps.224.9007199266252409.a30cd467-1643-4a0e-aeb9-d71076ee7855.8fa206d6-46a0-461b-b56d-37a51ba95447

sbaeumlisberger commented 9 months ago

I would like to merge this. Unfortunately, the GridDetailsView control inherits from the GridView control and does not support the AllowDifferentSizedItems property. Therefore, a new common base class would be required or the code have to be duplicated and the inheritance removed. I think I would prefer the first. A new class hierarchy could look like this:

oxosi commented 9 months ago

I got it. Thank you for your consideration. :smile::smile::smile: