list property and canadditem

Grids for WPF Forum

Posted 12 years ago by Mary Fontana - Rudolph Technologies
Avatar
I have a list<string> property that will either be a list or null.
When the list is null the + button is not visible which is what I want.

If the property is later changed to a list<string> the + button is still not visible

I do have my custon converter for this property and the ConvertTo() method I override does get called when the list property changes from null to a list.
But I would also like the + button to be visible when the list is not null and to not be visible when it is null.


Thanks in advance,
Mary

Comments (1)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mary,

Thanks, this was actually an issue with our IPropertyDataAccessor implementation. We've corrected this for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.