开发者

DataView boolean cell

开发者 https://www.devze.com 2022-12-31 11:20 出处:网络
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 b

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消