Accessing Nested Cells in Avalonia Property Grid: Difficulty Modifying Content Below Category Children #20
-
Hello, I'm experiencing an issue with Avalonia Property Grid. While I can access the children underneath a selected category in the property grid, I'm unable to access the cells within these children. Specifically, I'm having difficulty accessing and modifying the cells of second-level children under a category. We can access the cell edit of the first category in the property data grid that opens with the selected object, but if there is another cell hierarchically in this cell, I cannot access it. How do I access it? It like Category -> Children (Expandable -like Category)-> Children (target)
I cant access to own button cell edit factory's button.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved this problem. Firstly, create a button cell edit factory.
Then we can use the button with a special name.
|
Beta Was this translation helpful? Give feedback.
I solved this problem.
Firstly, create a button cell edit factory.
And button contains cell context's name. So button's name equals context's display name.