leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
446 stars 132 forks source link

Drawer Submenu Items #177

Open ryanrox opened 3 years ago

ryanrox commented 3 years ago

I was just wondering if anyone had thought about making the drawer have an option for specific items to have a dropdown submenu that could be toggled to view. It would be handy for navigating through nested tabs like Account: Overview, Details. I'm not sure how to implement this or if it would be too much of a pain, but I thought I'd just throw that out there.

orapps44 commented 3 years ago

Do you mean something like this :

image

ryanrox commented 3 years ago

Yes something just like that would be awesome! Maybe also a small drop-down arrow on the right side of Item one that indicates whether or not that item is selected. I'm not sure if there would be an issue with too many items based on drawer/form size or if the need for a scrollbar/mousewheel capability for Item or Sub items like KristanSmout's pull request suggests would be necessary.

EX: 1 2 3

orapps44 commented 3 years ago

Right, drawer scroll is needed first (#162 ). To be honest I don't plan to work on that topic, so if you (or anyone else) want to contribute please do.