PropertyGrid + SelectedObjects
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm using a propertygrid to view properties of my objects. This works fine for when I have one object selected I also got it to work for multiple objects. But my problem is that I have an "Name" property. When I have selected multiple Items I can set the name property. But I don't want to have the same name. I there a way to disable this property in the properygrid only when there are multiple objects selected?? Thanks.