dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

[Windows] Disable HitTest when showing EmptyView on CollectionView #26006

Open rmarinho opened 14 hours ago

rmarinho commented 14 hours ago

Description of Change

On the the templates for FormsListViewTemplate the EmptyViewContentControl is bellow the ScrollViewer so it does t receive inputs even if no items are showing.

Issues Fixed

Fixes #19609