Re: D2006 Object inspector component
- From: "Maarten Wiltink" <maarten@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Mar 2008 10:39:20 +0100
"DoctorC" <ecolautti@xxxxxxxxxxxxxx> wrote in message
news:47e953ab$0$31385$f69f905@xxxxxxxxxxxxxxxxxx
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.
Excuse my misunderstanding you. I'm usually concerned with function
more than form. I note also that it would be easy to construct an
object from those records where an Object Inspector component _would_
work very well for displaying it.
Any idea what to use to display them?
A drawgrid.
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?
No, I do not have examples. The available examples should show you
how to draw the node background. I don't even know what a devexpress
verticalgrid looks like.
VirtualTreeView does feel complicated until you get your head around it.
It's a different way of thinking. It's also immensely powerful anf
flexible and this may be reflected in the amount of code you need to
produce to make it work just so.
Groetjes,
Maarten Wiltink
.
- Follow-Ups:
- Re: D2006 Object inspector component
- From: DoctorC
- 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
- Re: D2006 Object inspector component
- From: DoctorC
- D2006 Object inspector component
- Prev by Date: Re: D2006 Object inspector component
- Next by Date: Re: Rich Edit and wordwrap
- Previous by thread: Re: D2006 Object inspector component
- Next by thread: Re: D2006 Object inspector component
- Index(es):