
VB.Net: Horizontal Scroll Bar In TreeView
Hi Baniel,
This appears to a problem which I think happens on Windows XP with themes
turned on. To workaround this behavior, move the code that adds the nodes
from From's constructor to the Form_Load method.
Hope this helps.
Regards,
Felix Wu
=============
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:
>Subject: VB.Net: Horizontal Scroll Bar In TreeView
>Date: Mon, 21 Apr 2003 16:35:15 -0400
>Lines: 11
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups:
microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.gene
r
al,microsoft.public.dotnet.languages.vb
Quote:
>NNTP-Posting-Host: host-64-179-39-13.har.choiceone.net 64.179.39.13
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:91822
microsoft.public.dotnet.languages.vb:103049
microsoft.public.dotnet.framework.windowsforms:43187
Quote:
>X-Tomcat-NG: microsoft.public.dotnet.languages.vb
>How do I remove the horizontal scroll bar in a treeview. The nodes I have,
>fit in the treeview, but for some strange reason, there is a horizontal
>scroll bar.
>Any clue?
>Thanks,
>Dan