|
Hello all,
I've a rehosted designer and property grid (actually for Workflows, but this seems to be nothing workflow-related). I have a control (in fact an "Activity" but this shoudn't matter), with a lot of dependency properties. Like:
FieldName01 FieldValue01 FieldName02 FieldValue02 FieldName03 FieldValue03 ...
(no I can't use a collection as collections aren't fully supported by the workflow-engine until now...)
As this looks silly I want to make it like this in the property grid
[+] Field01 [+] Field02 [+] Field03
and when we click on [+] it expands so [ ] Field01 FieldName01 FieldValue01 [+] Field02 [+] Field03
How can I achieve this?
Thanks for any hint...
Just to be sure: What I don't want (I know this is possible with an TypeConverter):
Field01 = "FieldName01=EnteredValue, FieldValue01=AnotherValue" (and that "FieldName01" and "FieldValue01" doesn't exist as "real" dependency properties, they are only showed for easier editing by the TypeConverter when editing...)
Bye Sven
P.S.: If someone knows how to get the toolbox on the left from VS into an own application??? As far as I know this is not possible... Currently I'm using just a "ListBox" with "IServiceToolbox", but this has no "tabs" in it which would be very useful...
|