Re: D2006 Object inspector component
- From: DoctorC <ecolautti@xxxxxxxxxxxxxx>
- Date: Tue, 25 Mar 2008 20:34:18 +0100
If they're not properties, why ask for an Object Inspector? (Insidious
answer: because they're properties after all, just not of a single object.
Usually, this indicates you should have a single object with those
properties after all.)
I asked for a component looking like the Object Inspector, not a property listing component. I have a list of records:
TMyRec=Record
Name:String;
Value:String;
Category:String
end;
They are in a list and I have to display them as children of the categories.
Any idea what to use to display them? I wouldn't like to show the tree structure (quite flat) rather i prefer different colours for the two levels of the tree.
Anyway, Virtual TreeView might be what you're looking for.
Do you have any examples. I tried with it but it get quite complicated. I already checked the available examples from the VirtualTreeview site.
I have a problem trying to paint the background of the nodes: how to paint it to get an effect as verticalgrid of devexpress?
.
- Follow-Ups:
- Re: D2006 Object inspector component
- From: Maarten Wiltink
- Re: D2006 Object inspector component
- References:
- D2006 Object inspector component
- From: DoctorC
- Re: D2006 Object inspector component
- From: Rob Kennedy
- Re: D2006 Object inspector component
- From: DoctorC
- Re: D2006 Object inspector component
- From: Maarten Wiltink
- D2006 Object inspector component
- Prev by Date: Re: D2006 Object inspector component
- Next by Date: Re: D2006 Object inspector component
- Previous by thread: Re: D2006 Object inspector component
- Next by thread: Re: D2006 Object inspector component
- Index(es):