|
-
June 4th, 2008, 12:50 AM
#1
add subitems to checklistbox
Hi, I would like to make a treeview like checkedlistbox, but with the checkbox in front of every items. The following code is only produce one level of the list, but i need multiple levels.
for (int icount = 0; icount < dtMenu.Rows.Count; icount++)
{
chkLstPermission.Items.Add(dtMenu.Rows[icount]["Menu_Name"].ToString());
}
Please help.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|