Remove tab captions ?
-
2. TabPage control without page captions I have C# .NET 1.1 Winforms appication. I use Toolstrip buttons to select pages in TabPage Control. To save window space, I need to remove page captions. Pages should appear without caption in Tab control. I set tabpage Text properties to empty strings but empty page captions are still present. How to remove tab captions from TabPage pages ?
Andrus
-
2. TabPage control without page captions I have C# .NET 1.1 Winforms appication. I use Toolstrip buttons to select pages in TabPage Control. To save window space, I need to remove page captions. Pages should appear without caption in Tab control. I set tabpage Text properties to empty strings but empty page captions are still present. How to remove tab captions from TabPage pages ?
Andrus
-
2. TabPage control without page captions I have C# .NET 1.1 Winforms appication. I use Toolstrip buttons to select pages in TabPage Control. To save window space, I need to remove page captions. Pages should appear without caption in Tab control. I set tabpage Text properties to empty strings but empty page captions are still present. How to remove tab captions from TabPage pages ?
Andrus
It works fine with C# .NET 2.0, but are you sure that it is not only that you has not redrawn the form? It might be an .Invalidate() call missing. Have you tried changing them in run-time to other strings? If empty strings does not work, try using one-space strings instead " ", might give you similar result.
Internet - the worlds biggest dictionary