collectioneditor Questions
1
Solved
Is there an event or a function that is triggered when the Windows Forms PropertyGrid Collection Editor "Add" button is clicked? (see image)
I'd like to add some custom code to run when this butto...
Barnwell asked 7/2, 2018 at 18:49
2
Solved
I'm replacing my property grid with something that will allow me to customize my UI a bit better. I placed a button on my form that I hope when clicked would pop up a CollectionEditor and allow me ...
Dustan asked 28/9, 2010 at 18:46
3
Solved
I have a custom control which has a property of type Collection<System.Drawing.Point>. When I use CollectionEditor to edit this property, the CollectionEditor window shows "Object does not ma...
Joanniejoao asked 8/4, 2010 at 5:19
1
Solved
I wrote a custom collection editor for a WinForms control. Its core code looks like this:
internal class MyCollectionEditor : CollectionEditor
{
public MyCollectionEditor(Type type) : base(type...
Discontinue asked 15/4, 2016 at 14:29
2
Solved
I am trying to incorporate a PropertyGrid control based off of the CollectionEditor class and Form, with a class that has a list/collection of another class as one of the properties. Lets call them...
Arianaariane asked 23/9, 2011 at 13:54
1
Solved
I'd like to add a property which represents a collection of controls to a component and have a collection editor with which I can easily select the controls that belong to the collection. VS does a...
Lais asked 3/9, 2009 at 10:42
1
© 2022 - 2024 — McMap. All rights reserved.