I would like to create a HTML style left menu bar in WPF but have no clue on which controls to customize or use (basically I want to create similar feature like some web page dashboard left hand side menu bar style).
Can someone point me on some resources?
I tried to check on this link wpf outlook-like interface but the Microsoft download link is invalid and cannot get my hand on this tutorial anymore.
What I would like to achieve is something like a stack panel + expander in vertical orientation.
So far, what I have tried is: I tried to customize expander with buttons in blend with my little knowledge (but the button is not align to left side of the expander when I move my mouse over as you can see from above pic.) + rounded buttons all in stack panel.
From my what I have tried so far,
1. there are gaps in between on each stack panel objects.
2. Button in Expander is not fully strecth horizontally.
Am I using the correct control or ways?
[Edit]
By using Expander + Buttons + Stackpanel, I manage to achieve what I wanted.
Due to padding and margin issue, it cause the gap.
Here is what I want to do and achieved. (Thanks @mahlatse for pointing out the root cause).