Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] Hide ScrollView scroll bars. #1670

@kingces95

Description

@kingces95

Rationale

Designers, in pursuit of their UX, may reasonably ask that the scroll bar be removed from a ScrollView.

see https://forums.xamarin.com/discussion/73353/how-to-hide-scroll-bar-in-scrollview
see https://stackoverflow.com/questions/9837003/how-to-hide-remove-the-scrollbar-in-uiscrollview-in-iphone

Implementation

public class ScrollView {
	public static readonly BindableProperty ShowVerticalScrollBar; // bool
	public static readonly BindableProperty ShowHorizontalScrollBar; // bool
}

Expected Result

Hides vertical and/or horizontal scroll bar.

Implications for CSS

None.

Backward Compatibility

None. By default, properties are true.

Difficulty : Easy

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions