DataView boolean cell
How would I add a cell to a DataView that was toggleable between True and False like the dataview in the Microsoft Visual C# properties window? I can only f开发者_如何学Pythonind a way to add a text box type cell to it, but I need to add a toggleable one, and also a dropdown list type. Thanks for any help.
I think you mean the PropertyGrid. If that's the case, it's as simple as handing it a class with a boolean property.
精彩评论