What I’d like is a control that functions just like the tab control but instead of having the tabs along the top, the items would be displayed in a list box along the side. I imagine it’s possible but haven’t found any examples, I’m hoping there’s someone here that’s done something like this.
Share
You don’t need to use a
TabControlat all. You could just bind yourListBoxto a list of items, and put aContentControlbeside it, bound to the selected item :