Hello everybody,
While developing an open-source application in C# I came across this problem: the options form was accumulating a lot of tabs. While this could be easily resolved with multiple rows of tabs, I have my mind set on an form similar to those in MS Visual Studio or ShardDevelop (and probably a lot more apps). That is, a tree view in the left-hand side of the form and changing pages in the rest of it. If anyone knows the proper control to do this (either strandard or custom-made), please tell me its name and, if possible, direct me to a link where I can read more about it.
Thank you in advance for your kindness,
Vlad
There is nothing more dangerous than an idea when it is the only one you have.
While developing an open-source application in C# I came across this problem: the options form was accumulating a lot of tabs. While this could be easily resolved with multiple rows of tabs, I have my mind set on an form similar to those in MS Visual Studio or ShardDevelop (and probably a lot more apps). That is, a tree view in the left-hand side of the form and changing pages in the rest of it. If anyone knows the proper control to do this (either strandard or custom-made), please tell me its name and, if possible, direct me to a link where I can read more about it.
Thank you in advance for your kindness,
Vlad
There is nothing more dangerous than an idea when it is the only one you have.