Chaps, I eventually gave up on binding to the object and returned to using a Path. All the correct behaviour returns.
I did outsmart myself by trying to put fancy logic in the converter, it's much more sensible to put the fancy stuff into the object itself. If you want logic that works on multiple properties, something like combining Surname and a FirstName properties into a nice display string (for example), then it's far better to create a property that does this. I guess I got a bit stuck with my head in the converter code and forgot about the bigger picture. Greg
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
