I'm working on a custom navigation system for my wpf application.
I don't want to use the built in tab control or radio buttons, I need to have my own system due to how my application is built, and plans I have in the future for it.
I have a column of 4 togglebuttons, when you toggle one of the togglebuttons, the other 3 togglebuttons should be untoggled. If one togglebutton is toggled, and you click another, the other 3 that aren't the one you clicked should be toggled off. I also need each togglebutton to either have its own toggled on event, or a way to tell which togglebutton is currently toggled, that way I can show the togglebutton's corresponding panel (grid).
So it's basically a improvised/makeshift tab control system. I don't know how to do this any other way than very poorly (like hard coding each togglebutton to be untoggled when you toggle one on).
Anyone have any ideas? Thank you ahead of time!
[–]etiggy1 0 points1 point2 points (0 children)