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

Thread: custom treeview

  1. #1
    Join Date
    Aug 2005
    Posts
    134

    custom treeview

    Hey, the treeview control that comes with Visual Studio is kinda crappy. Because one main reason for me is that you can't change the background color to t ransparent.

    What i want is a treeview that has no background color. I also want to able to use icons in the treeview list.

    So my question is, do any of you know a third party control/code to fit my needs??

  2. #2
    Join Date
    May 2003
    Location
    Newyork
    Posts
    50

    Re: custom treeview

    Try Xceed components, they have a tree control , has nice features, but real pain to use... good luck

    Xceed.SmartUI.Controls.TreeView.SmartTreeView

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