XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

[Bug] UWP the scrollview not scroll inside the PopUp

Open KevinAnass opened this issue 3 years ago • 0 comments

when i add this code as an exemple <ScrollView> <StackLayout> <Label BackgroundColor="Red" HeightRequest="60" Text="title just " /> <Label BackgroundColor="Blue" HeightRequest="60" Text="title just " /> <Label BackgroundColor="Red" HeightRequest="60" Text="title just " /> <Label BackgroundColor="Blue" HeightRequest="60" Text="title just " /> ..... i can't scroll to the last label but work fine in the listview or carousel view

Description

Stack Trace

no stackTrace is available

Link to Reproduction Sample

(https://github.com/KevinAnass/UWPISSUEPOPUPSCROLLVIEW)

Steps to Reproduce

  1. just clone the repo

Expected Behavior

scroll normal

Actual Behavior

not scroll to the last label

Basic Information

  • Version with issue: xamarin forms 5.0.0.2337 / xamarin community tookit 2.0.0
  • IDE: visual studio 2019
  • Platform Target Frameworks:
    • UWP: 19041
  • Nuget Packages:
  • Affected Devices:

Workaround

Reproduction imagery

KevinAnass avatar Feb 10 '22 12:02 KevinAnass