Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckBoxList get items inside and select them

$
0
0
Never mind,

this worked for me:
for (int i = 1; i < CheckBoxList.Items.Count; i++)
                {
                    CheckBoxList.SelectedItems.Add(CheckBoxList.Items[i]);
                }

Viewing all articles
Browse latest Browse all 4964

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>