Re: Suggestions for hierarchical display of data

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Robert Koritnik (robert.koritnik.removethis_at_avtenta.si)
Date: 05/25/04


Date: Tue, 25 May 2004 08:34:20 +0200

You could put DataList/Grid on the right side of the tree view without any
borders to make it look like it's a part of the same control and display
that data beside it. Line height in TreeView is fixed (at least you can make
it) so there should be no problem aligning each rows on the right side.

That's what I meant.

But beside that you could always make a Custom control... Which is quite a
tedius work, but you'll get exactly what you need and also optimized for the
work you need to be done.

-- 
RobertK
{ Clever? No just smart. }
"Rodrigo S. Novelli" <rsnovelli@gmx.net> wrote in message
news:uTNbs9bQEHA.640@TK2MSFTNGP09.phx.gbl...
> Hi Robert,
>
> I am using IE Web Controls TreeView component in another project but it
> doesn't seems to work like a grid, I mean, the Tree View component doesn't
> work with columns, doesn't it?
>
> Can I have columns of data in a tree view node? Like a ListView?
> If so, please send me some sample or links for more informations about
this.
>
> Thanks in advance,
> Regards,
>
> Rodrigo S. Novelli
> rsnovelli@gmx.net
>
>
> "Robert Koritnik" <robert.koritnik.removethis@avtenta.si> wrote in message
> news:uZFIVEXQEHA.3748@TK2MSFTNGP09.phx.gbl...
> > Why don't you use IEWebControl TreeView which is intended to be used for
> > hierarchical display of data. And is well customizable. I used it
already
> > and it works great. If you'll need to display A LOT of information in
it,
> > you'll probably have to change its JS script file to speed it up. I
don't
> > know what to change, but I know that there was a project where one of
out
> > developers changed the JS file to speed/optimize things up.
> >
> > Worked perfectly.
> >
> > Check the net. It's free and it's a microsoft product.
> >
> > -- 
> > RobertK
> > { Clever? No just smart. }
> >
> >
> > "Rodrigo S. Novelli" <rsnovelli@gmx.net> wrote in message
> > news:eftNvrSQEHA.368@TK2MSFTNGP09.phx.gbl...
> > >
> > > Hi,
> > >
> > > I am working in a project which I need to display hierarchical data.
In
> a
> > > nutshel, I have a task list and each task may have sub tasks, which
may
> > have
> > > sub tasks, and so on. The DataGrid doesn't provide support for
> > hierarchical
> > > data, so I am looking for solutions. I have tried the DataGrid from
> > > ComponentOne, but it didn't work the way I want. The view I wish for
the
> > > tasks is something like this:
> > >
> > >
> > >     Task Name                       Resource        Progress
> ...
> > > +  First task                           John               80%
> > > ...
> > > -   Second task                      Mary              85%
> > > ...
> > >     + First sub task                  Mike              0%
> > > ...
> > >     -  Second sub task             Carl               10%
> > > ...
> > >           Another sub sub task    Pam              50%
> ...
> > >
> > >
> > > Does anyone knows some component, or has any solutions or tip?
> > >
> > > Thanks in advance,
> > > Rodrigo S. Novelli
> > > rsnovelli@gmx.net
> > >
> > >
> >
> >
>
>


Relevant Pages

  • Re: Displaying large amount of data in a Treeview
    ... Great control, exactly what I was looking for. ... display of huge data sources. ... standard windows tree view and really requires a control written from ... first level of the tree (that is only the root nodes without the sub ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Tree list grid view control needed
    ... Display the nodes of a tree along with additional properties (sub items) for each node ... Allow selection of multiple sub items from the control, for copying data from one control to another control of the same type ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • VBA - Tree view control data is displayed blank
    ... I have been using Tree View control on Excel 2000 VBA under Windows ... different PCs) the tree view did not display any of the ... while populating the tree, populating the tree view control in Load ...
    (microsoft.public.office.developer.vba)
  • VBA - Tree view control data is not displayed (TreeView 6.0, Excel 2000, Windows 2000)
    ... I have been using Tree View control on Excel 2000 VBA under Windows ... different PCs) the tree view did not display any of the ... while populating the tree, populating the tree view control in Load ...
    (microsoft.public.office.developer.vba)
  • Re: Validating ComboBox Entries
    ... To prevent a user from entering any data, it can't be in the rowsource. ... still need to see it in the employees historical entries. ... the project name is displayed in the Combo control. ... I would have to display a Message Box or something similar to ...
    (microsoft.public.access.formscoding)