Skip to content

Scroll View Enhancements #8

Description

@kevincarlson

Is your feature request related to a problem? Please describe.

Currently, the scroll view in Loki only supports vertical scrolling. If the document page extends past the window boundaries horizontally, the overflowing content is completely inaccessible to the user without resizing the window.

Additionally, the current scroll implementation does not display any visual feedback to indicate the current scroll position.

Describe the solution you'd like

Loki should implement horizontal scrolling if the document canvas extends past the available space in the application window. It should also display a scroll bar for any direction that the document canvas overflows the application window. The scroll bars should be minimalist and automatically hide when not in use, to mimic the way they work on web browsers.

Describe alternatives you've considered

N/A, this behavior is standard on virtually all applications

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions