conceptdev / xamarin-forms-samples

Samples that use Xamarin.Forms (http://xamarin.com/forms)
MIT License
472 stars 659 forks source link

disregard children that IsVisible is set to false #25

Closed abrull closed 4 years ago

abrull commented 6 years ago

Currently when using WrapLayout, any child that IsVisible is set to false is replaced by a blank space. This change disregards all children that are not visible.