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.21k stars 1.75k forks source link

SwipeItemViews do not work. #21911

Open JPfahl opened 6 months ago

JPfahl commented 6 months ago

Description

SwipeItemView items do not display when added to a SwipeView.

Steps to Reproduce

                        <SwipeView>
                            <SwipeView.RightItems>
                                <SwipeItems>
                                    <SwipeItemView>
                                        <Label Text="Does not Display"/>
                                    </SwipeItemView>
                                </SwipeItems>
                            </SwipeView.RightItems>
                        </SwipeView>

Link to public reproduction project repository

No response

Version with bug

8.0.20 SR4

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No

Relevant log output

No response

XamlTest commented 6 months ago

Verified on VS 17.10.0 Preview 4.0(8.0.20). Repro on Windows 11, Android 14.0-API34, iOS 17.2 below Project: 21911.zip