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
- Create a MaUI App.
- Add a scroll View control, keep a large size content inside the scroll viewer.
- 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
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
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