我正在使用一个checkedlistboxwith just one column。但是现在,我需要一个validate选中项目的字段。我用了MultColumn = TrueofCheckedlistbox但我不能。
我需要的是让用户选择一个项目列表,然后在旁边的另一个字段中说明它是否是一个Required字段。例如
[ ]Name [ ]Required
[ ]birthday [ ]Required
我需要一种方法(可能使用除 之外的其他工具checkedlistbox)来说明该字段是否Required...