首页 > 解决方案 > WPF动态问卷用户控件

问题描述

在 WPF 中,我需要像下面这样没有代码的 UI。每个客户的问题都会有所不同。问答是可配置的,它应该从数据库中动态加载。我需要有关如何解决问题的帮助。我是 WPF 的新手。

CustomerID  Customer Name   Question    Answers    Types
1001    XYZ Customer Sex?   o Male  o Female  o Other   Radio button
1002    ABC Customer Sex?   o Male  o Female  o Other   Radio button
        Movie Type? [] Type 1 [] Type 2 [] Type 3   Checkbox
1003    QWE Enter the description   Plain TextBox   Textbox
        Select Any one  List    Listbox/ combobox

标签: wpfdata-bindingwpf-controls

解决方案


推荐阅读