c# - 如何在 Windows Mobile 的数据网格中提供复选框选项?有可能吗?

标签 c# datagrid windows-mobile compact-framework

<分区>

Possible Duplicate:
how to put checkboxes in datagrid in windows mobile 6 using c#?

如何在 Windows Mobile 的数据网格中提供复选框选项。可不可以?

请帮帮我。

最佳答案

您可以使用 ListView 并将 CheckBoxes 属性设置为 true。

关于c# - 如何在 Windows Mobile 的数据网格中提供复选框选项?有可能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6463831/

相关文章:

windows-mobile - 获取 ARM 汇编中的 PC 值

c# - Windows Mobile - 串行端口通信

c# - 如何在 C# 中调用将接口(interface)作为参数之一的方法?

c# - 在构造函数中的 Expression<Func<MyType, TOrderBy>> 中使用泛型

.net - 将行颜色绑定(bind)到 MVVM 中的属性(取决于行中的数据)

php - Symfony2 - Sonata Datagrid 过滤器运算符转换对 doctrine_orm_class 字段失败

winforms - 如何在表单关闭时终止 Windows Mobile 6.1 表单应用程序进程?

c# - WCF 点对点,那里有节点吗?

c# - Unity 和 NUnit

c# - 在一种方法中使用在另一种方法中启动的类