Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Set FillViewport to true to MauiHorizontalScrollView #26904

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Jan 1, 2025

Issues Fixed

Fixes #25462
Fixes #25655

<VerticalStackLayout>
        <ScrollView Orientation="Horizontal"
                        Grid.Row="0"
                        HeightRequest="120"
                        HorizontalOptions="Fill"
                        BackgroundColor="Green">
                <HorizontalStackLayout
                        HorizontalOptions="Fill"
                        BackgroundColor="Pink">
                        <Label Text="Hello"/>
                </HorizontalStackLayout>
        </ScrollView>

        <ScrollView Grid.Row="2"
                        VerticalOptions="Fill"
                        Orientation="Vertical"
                        BackgroundColor="Green"
                        HorizontalOptions="Fill">
                <StackLayout HorizontalOptions="Fill"
                                VerticalOptions="Center"
                                BackgroundColor="Red">
                        <Label Text="Hello"/>
                </StackLayout>
        </ScrollView>
</VerticalStackLayout>
Before After

@kubaflo kubaflo requested a review from a team as a code owner January 1, 2025 23:55
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jan 1, 2025
@jfversluis
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@rmarinho
Copy link
Member

rmarinho commented Jan 3, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants