WPF-Masonry icon indicating copy to clipboard operation
WPF-Masonry copied to clipboard

Overlapping Elements for small Element widths

Open jwiemann opened this issue 8 years ago • 1 comments

I am using two different element sizes, 1x1 and 2x2 and get overlapping elements when the area reaches a size smaller than 2+1. It seems as if the area cant resize in height. Do you have any idea on how to fix this issue? Thanks in advance!

Screenshot of overlapping elements: image

jwiemann avatar Sep 28 '17 18:09 jwiemann

Different sized controls normally shouldn't make any problems. Do you may have a demo so I can look into it?

Do you use the Animated Masonry? If yes, it's kinda buggy as far as I know and will probably be stripped when I will release a new version. May try it with the normal control.

Are the elements responsive? If yes, that's currently not supported by this version, but a easy fix would be to add the event OnSizeChanged for the control in OnItemsChanged and OnItemsSourceChanged which then calls HandleUpdate.

As I already hinted, there will probably be an update in the foreseeable future which will fix some problems.

Lizzaran avatar Sep 29 '17 11:09 Lizzaran