I'm working on a Winforms application in C# currently compiling for .NET 4.0.
I like the style of options screen used in modern versions of Word, Excel etc. If I want to do something similar ("tab" shortcuts that look like that on the left and the pages on the right), what control or combo of control do people suggest using?
So, an options screen like this. I suppose the right pane can be panels that are swapped out when the shortcuts on the left are selected. Any Winforms controls that could work as the shortcut/tab bar on the left?
Thank you