Question

I need to design a toolbox menu on top of my application that is shown below. Only one tool can be selected at any time so it is like radiobuttons.

What would be the most sensible way to implement this feature in an MVVM application?

enter image description here

Was it helpful?

Solution

I'd suggest using ToggleButtons for this (or rather Radio Buttons styled as ToggleButtons). You can find out how to do this on this SO question (second answer, not the accepted one).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top