Message 1 of 5
Changing the Field of Property Array.

Not applicable
02-06-2008
03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a c++ wrapper which contains an array^ property. When i access it via PropertyGrid, it is displaying something like below.
DValue Double[] Array
[0] 22
[1] 33
[2] 44
But, i want the appearance to be like this.
DValue 22,33,44
A 22
B 33
C 44
I can achieve the Starting part (i.e.)
DValue 22,33,44
with the help of TypeConverter in c#.
But i cannot be able to change the remaining part as above.
Could anyone kindly solve my problem?
Thank you in Advance.
Regards,
Vignesh. S
I have a c++ wrapper which contains an array^ property. When i access it via PropertyGrid, it is displaying something like below.
DValue Double[] Array
[0] 22
[1] 33
[2] 44
But, i want the appearance to be like this.
DValue 22,33,44
A 22
B 33
C 44
I can achieve the Starting part (i.e.)
DValue 22,33,44
with the help of TypeConverter in c#.
But i cannot be able to change the remaining part as above.
Could anyone kindly solve my problem?
Thank you in Advance.
Regards,
Vignesh. S