Re: Custom Collection in Property Grid

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: John Parrish (pleaseask_at_me.com)
Date: 12/08/04


Date: Wed, 08 Dec 2004 10:12:20 -0500

Bob Powell [MVP] wrote:
> Your collection should have an indexer. I suspect that it doesn't. I usually
> write an Add, Remove and an idexer and that seems to work fine.

Thanks Bob.. that did the trick. I had written an implementation of
Item() but not an indexer. Thanks!!