用户
 找回密码
 立即注册

1

主题

2

帖子

323

积分

中级会员

Rank: 3Rank: 3

积分
323
发表于 2019-1-27 09:55:18
本帖最后由 15773128512 于 2019-1-27 10:48 编辑

看了之前的帖子里面的方法,现在已经不能用了,该如何操作。
分享至 : QQ空间
0 人收藏
使用道具 举报 回复
  例如:
PopListGroup g1 = new PopListGroup();
                    g1.TitleVisible = true;
                    for (int i = 1; i < 3; i++)
                    {
                        g1.AddListItem(i.ToString());
                    }
            this.popList1.Groups.Add(g1);
具体参考https://github.com/comsmobiler/S ... rols/demoPopList.cs
使用道具 举报 回复 支持 反对
发新帖
您需要登录后才可以回帖 登录 | 立即注册