Save the dynamic role check box to the Panel.

Source: Internet
Author: User

1. Retrieve the role Data Source

VaR role = role. selectlist ();

2. Set the style
Int x = 0;
Int width = 11;
Int hang = 1;
Checkbox ckb = NULL;
Foreach (VAR roledto in role)
{
If (width & gt; 408)
{
Hang + = 10;
Width = 11;
}

3. generate a new check box
Ckb = new checkbox ();
Ckb. Text = roledto. rolename;
Ckb. Tag = roledto. sysno;
Ckb. Location = new point (width, 2 * Hang );
X = ckb. Text. length;
Ckb. size = new size (x * 15 + 22, 16 );
Width = ckb. Location. x + ckb. Size. Width + 10;

4. Add the check box to the Panel.
Pn_checkboxlist.controls.add (ckb );
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.