MahApps / MahApps/MahApps.Metro

Support scrolling in Hambuger control as implemented in NavigationView control

Open
#3,568 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
9.8k
Forks
2.4k
Avg merge
1h 2m
Merged PRs (30d)
56

Description

When the amount if items in the HamburgerControl is higher than the vertical space allows, the items are cut off. It's possible to scroll them using the mouse wheel, but there is no indication of such possibility.

grafik

It would be an improvement to imitate the NavigationView. It shows a panning indicator or a full scroll bar if the mouse enters the scrollable area.

grafik
grafik

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the HamburgerControl and NavigationView implementations and compare how NavigationView presents scrollable content. Reproduce the case where items exceed the available vertical space, then make the HamburgerControl indicate scrolling with a panning indicator or full scrollbar when the pointer enters the scrollable area.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.