Re: D2006 Object inspector component



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?
.