سؤال

I have data that has 1250+ items (rows) and when I pasted it inside the CheckedListBox Items I noticed that not all data copied. I tried to write something inside to check if there was problem with copy paste but no, I just couldn't add more characters. I used NotePad++ to count the characters and it showed 30 811 so the limit is 30811 characters but I want to add more what I can do?

هل كانت مفيدة؟

المحلول

CheckedListBox was never meant as a substitute for tables, nor as a wrapper for ~1250 rows... As you've been suggested in comments, use a different control, like DataGridView or maybe ListView (if it makes sense in your scenario).

http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.aspx

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top