Skip to content

[Mac] Cannot show the scrollbars always using the Scrollbars visibility property "Always" #7767

@Deepak1799

Description

@Deepak1799

Description

I am using MaUI scrollView control and I want to show the scrollbars "always" in the Mac Catalyst platform if the content size is more. So I am using the scrollview properties "HorizontalScrollBarVisibility" and "VerticalScrollBarVisibility" as "Always". However the scrollbar fades away after sometimes.

Steps to Reproduce

  1. Create a MaUI App.
  2. Add a scroll View control, keep a large size content inside the scroll viewer.
  3. Set the scrollbar visibility properties (horizontal and vertical) of the scrollviewer as "Always".
<ScrollView 
        HeightRequest="200" WidthRequest="200" x:Name="MyScrollView" HorizontalScrollBarVisibility="Always" VerticalScrollBarVisibility="Always">
            <Grid BackgroundColor="Red" x:Name="grid" HeightRequest="400" WidthRequest="400">
            </Grid>
</ScrollView>

Version with bug

6.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows, macOS

Affected platform versions

MacOS v12,1

Did you find any workaround?

No

Relevant log output

NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-scrollviewScrollViewplatform/macosmacOS / Mac Catalysts/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions