CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: TreeView

  1. #1
    Join Date
    Mar 2001
    Posts
    2

    TreeView

    Hi All,
    I need some help with the Microsoft TreeView Control v6.0. I want to be able to shorten the line between the +/- signs and the icon for each node. I noticed that in Windows Explorer they are a lot shorter, but I can't seem to find how to do this.

    Any help would really be appreciated

    Thank you


  2. #2
    Join Date
    Oct 2000
    Location
    JHB South Africa
    Posts
    27

    Re: TreeView

    Try the indentation property. This pulls in or pushes out the length if the line between the + and the text


  3. #3
    Join Date
    Mar 2001
    Posts
    2

    Re: TreeView

    Yeah sorry bout that. Found it later. It had been staring me in the face all the time.

    Thanx anyway mate
    CYA


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured