How to make treeview node display several column

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • barbara_dave@yahoo.com

    #1

    How to make treeview node display several column

    Hi all,


    I like to dispaly treeview node text with several columns as window
    explorer does and put buttons on the top. When I click a button, the
    nodes text can be sorted by date, file size, etc.


    Is there a way to do that?


    Thanks a lot!

  • Herfried K. Wagner [MVP]

    #2
    Re: How to make treeview node display several column

    <barbara_dave@y ahoo.com> schrieb:[color=blue]
    > I like to dispaly treeview node text with several columns as window
    > explorer does and put buttons on the top. When I click a button, the
    > nodes text can be sorted by date, file size, etc.[/color]

    ContainerListVi ew and TreeListView: Writing VS.NET design-surface compatible
    controls
    <URL:http://www.codeproject .com/cs/miscctrl/extendedlistvie ws.asp>

    TreeListView
    <URL:http://www.codeproject .com/cs/miscctrl/TreeListView.as p>

    VB.NET TreeListView
    <URL:http://www.codeproject .com/vb/net/vbnettreelistvi ew.asp>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • jeff@bennet-tec.com

      #3
      Re: How to make treeview node display several column

      Take a look at our TList component

      This will give you what you need
      TList can be configured as a TreeView with several columns
      and you can include clickable images within the column headers,
      trap the clicks and then sort the tree / grid in this way.


      * * Please include a copy of this message with your reply

      Jeff Bennett
      Jeff @ Bennet-Tec.Com

      * Bennet-Tec Information Systems, Inc
      * 50 Jericho Tpk, Jericho, NY 11753
      * Phone 516 997 5596, Fax - 5597
      * RELIABLE Components Make You Look Sharp!
      * TList/Pro * ALLText HT/Pro * MetaDraw *
      * Custom Software Development Services Too.
      * WWW.Bennet-Tec.Com

      =============== ==== =============== ====

      Comment

      • Grant Frisken

        #4
        Re: How to make treeview node display several column

        If you are open to commercial solutions then you could consider our
        VirtualTree product. This provides support for everything you need
        including sorting columns by clicking on the column headers.

        You can find more information and a fully functional trial version at:



        Regards
        Grant Frisken
        Infralution


        barbara_dave@ya hoo.com wrote:[color=blue]
        > Hi all,
        >
        >
        > I like to dispaly treeview node text with several columns as window
        > explorer does and put buttons on the top. When I click a button, the
        > nodes text can be sorted by date, file size, etc.
        >
        >
        > Is there a way to do that?
        >
        >
        > Thanks a lot![/color]

        Comment

        Working...