MahApps / MahApps/MahApps.Metro
Support scrolling in Hambuger control as implemented in NavigationView control
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.

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.


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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