Home > Software engineering >  CMFCPropertyGridProperty insert function, or modify the function?
CMFCPropertyGridProperty insert function, or modify the function?

Time:11-12

I have two child CMFCPropertyGridProperty item, when I modify the second to get the first title and the change of the type of the input values

What should I do

Directly modifying doesn't seem to support;
No insert after deletion, behind only added to the


There are other possible way?

CodePudding user response:

There should be, check the document

CodePudding user response:

reference 1/f, worldy response:
there should be, check the document

Does not support after the new modified type, I want to delete new a new inserted into the original position after
But not easy to insert an item function, only AddSubItem

CodePudding user response:

First DeleteProperty
AddProperty again

CodePudding user response:

CMFCPropertyGridProperty source open, can not meet to derive a new class change

CodePudding user response:

Can

CodePudding user response:

The
reference 3 floor worldy response:
DeleteProperty first
AddProperty again

Behind so that you can modify this one option, not modify it in front of a options, because you can't delete myself

CodePudding user response:

reference 4 floor zgl7903 response:
CMFCPropertyGridProperty source open, can not meet to derive a new class changes

Excuse me,
I have A grid attribute A controls, plus A grid properties 1, at this point I have modified 1 option, triggering event to empty A control, and then in A control grid attribute 2
Can't realize, how should after the event trigger empty grid attribute A control?

  • Related