TabControl use . .

  • Thread starter Thread starter dmeckley
  • Start date Start date
D

dmeckley

Using VB.Net, I'd like to use a panel control as a container for a
TabControl, but when I place the TabControl inside the panel, the TabControl
becomes as wide as the form. This isn't what I want to do. Can someone
tell me what I'm doing wrong???

Thanks in advance.
 
Could you please post some code that shows how you do it?

Thank you,
Sergiy.


This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "dmeckley" <[email protected]>
| Subject: TabControl use . .
| Date: Tue, 30 Mar 2004 18:59:20 -0500
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 216.0.47.130
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:49929
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Using VB.Net, I'd like to use a panel control as a container for a
| TabControl, but when I place the TabControl inside the panel, the
TabControl
| becomes as wide as the form. This isn't what I want to do. Can someone
| tell me what I'm doing wrong???
|
| Thanks in advance.
|
|
|
 
Back
Top