Collection Editor
-
My object has a
List<Color>
property that I want the user to be able to edit. I was presenting all the object's properties in aPropertyGrid
and this was working fine. I've since decided that I no longer need the user to see the other properties; only the List<Color>. So there's no longer a need for a propertygrid. Anyone have any ideas how I could perhaps use the Collection Editor at runtime, outside of the propertygrid, or some other method of presenting the color collection to the user for editing without having to implement my own dialog. Thanks -
My object has a
List<Color>
property that I want the user to be able to edit. I was presenting all the object's properties in aPropertyGrid
and this was working fine. I've since decided that I no longer need the user to see the other properties; only the List<Color>. So there's no longer a need for a propertygrid. Anyone have any ideas how I could perhaps use the Collection Editor at runtime, outside of the propertygrid, or some other method of presenting the color collection to the user for editing without having to implement my own dialog. Thanks