stacklayout

  1. D

    Question ScrollView does not scroll unless window is resized in .NET MAUI

    Hi. I am new to .NET MAUI and XAML. I have a scroll view inside a ContentPage and inside the scroll view I have a Vertical Stack Layout with 2 items, a label and a button. <ScrollView> <VerticalStackLayout x:Name="Stack" Spacing="25" Padding="30,0"...
Back
Top Bottom