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.23k stars 1.76k forks source link

.NET MAUI CollectionView doesn't scroll inside of Expander #20330

Open vsfeedback opened 9 months ago

vsfeedback commented 9 months ago

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version] Reproduction repo located at: https://github.com/hunsra/CVInE

Placing a CollectionView control inside an CommunityToolkit Expander control causes the CollectionView to no longer scroll. If it is not placed in an Expander, it scrolls correctly.

Visual Studio Professional 2022 Version 17.8.0 Preview 5.0 .NET 8 Target runtime Microsoft.iOS 16.4.0.0 CommunityToolkit.Maui 6.0.0 Microsoft.Extensions.Logging.Debug 8.0.0-rc.2.23479.6 Microsoft.Maui.Controls 8.0.0-rc.2.9373 Microsoft.Maui.Controls.Compatibility 8.0.0-rc.2.9373 I have only tested on iOS 16.4 on an iPad mini simulator provided by Xcode 14.3.1


Original Comments

Feedback Bot on 10/29/2023, 08:00 PM:

(private comment, text removed)

Juan antonio calero garcia on 12/7/2023, 00:31 PM:

(private comment, text removed)


Original Solutions

(no solutions)

XamlTest commented 8 months ago

Verified this on VS 17.10.0 Preview 2.0(8.0.7). Repro on Windows 11, Android 14.0-API34, iOS 17.2 and MacCatalyst with below Project: CVInE.zip

anton-dot commented 6 months ago

I have the same issue with Editor inside Expander. So i put Editor inside ScrollView and set HeightRequest for ScrollView