Re: [ADVANCED-DOTNET] Propertygrid question

2006-01-26 Thread Allan N.
advanced .NET topics. >[mailto:[EMAIL PROTECTED] On Behalf Of Allan N. >Sent: Thursday, January 26, 2006 4:46 AM >To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM >Subject: [ADVANCED-DOTNET] Propertygrid question > >Hi >(this is a repost from the dotnet-winforms list..no luck there). >

Re: [ADVANCED-DOTNET] Propertygrid question

2006-01-26 Thread Ryan Reid
Allan N. Sent: Thursday, January 26, 2006 4:46 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Propertygrid question Hi (this is a repost from the dotnet-winforms list..no luck there). Is it not possible to enumerate all the GridItems in a PropertyGrid ? I need to go through

Re: [ADVANCED-DOTNET] Propertygrid question

2006-01-26 Thread Allan N.
Hi, hmm I think you're right here, but I don't think my bound object has to impl. the IList interface ...I'll check up on it, thanks... Allan On Thu, 26 Jan 2006 14:45:13 +0100, Frans Bouma <[EMAIL PROTECTED]> wrote: >> Is it not possible to enumerate all the GridItems in a PropertyGrid ? >

Re: [ADVANCED-DOTNET] Propertygrid question

2006-01-26 Thread Frans Bouma
> Is it not possible to enumerate all the GridItems in a PropertyGrid ? > I need to go through all the items in my PropertyGrid, but I > can't find such a method. > > Apparently the PropertyValueChanged event is the only way to > dig out a specific value(old/new), I need to run through all > the it

[ADVANCED-DOTNET] Propertygrid question

2006-01-26 Thread Allan N.
Hi (this is a repost from the dotnet-winforms list..no luck there). Is it not possible to enumerate all the GridItems in a PropertyGrid ? I need to go through all the items in my PropertyGrid, but I can't find such a method. Apparently the PropertyValueChanged event is the only way to dig out a s