Closed VolkmarR closed 2 years ago
You guys are really pushing the VS Form editor to the limit. Why not create a new PRG file with the same partial class that contains the nested class ? I'll try to fix it, but it might be easier if you do not put code like this in the source of the class
I did that to fix this problem. In my concrete example, I've a DataGrid, that shows a items from a list. Since this class is only used inside that form, I prefer to put it inside that class, so no one else uses it.
Chris confirms that this is fixed
Code before adding event handler:
Code after adding event handler: