I would like to be able to disable individual tabs. As it stands now I have to remove and add these tabs through code. It is not all that difficult, but one would expect that something such as having a disabled tab would be easily implemented. I can see in the MSDN Library that the framework notes a TabPage has an enabled field. However, it is not available in my version of .NET, which happens to be the latest Architect Edition. Overall, I like the Tab Control over the previous versions. Especially the DockPadding, and Dock Fields. They make creating a visually appealing UI as easy as it should be... |