用户
 找回密码
 立即注册
  例如:
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
使用道具 举报 回复 支持 反对
发新帖
您需要登录后才可以回帖 登录 | 立即注册