找回密码
 立即注册

QQ登录

只需一步,快速开始

xiaoyaofuer
注册会员   /  发表于:2016-5-24 19:22:14
11#
可以用 ValueConverter 属性来绑定ComboBox列
           Dictionary<int, string> dct = new Dictionary<int, string>();
            dct[0] = "dalian";
            dct[1] = "shenyang";
            var col = fgdNouhin.Columns[1];
            col.ValueConverter = new ColumnValueConverter(dct);
回复 使用道具 举报
Alice
社区贡献组   /  发表于:2016-5-25 11:26:59
12#
xiaoyaofuer 发表于 2016-5-24 19:22
可以用 ValueConverter 属性来绑定ComboBox列
           Dictionary dct = new Dictionary();
          ...

非常感谢您的反馈。
请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
12
您需要登录后才可以回帖 登录 | 立即注册
返回顶部