文本未显示在 Visual Basic 的 CheckedListBox 中

text not displaying in CheckedListBox in Visual Basic

以下代码不在 CheckedListBox 中显示文本,但在 ListBox 中显示

DisplayChapter = match.Value.Replace("</a>", "").Replace(">", "")
ListBox1.Items.Add(DisplayChapter)
CheckedListBox1.Items.Add(DisplayChapter)

请帮忙。谢谢

通过

找到了解决方案

正在删除字符串中的新行。 checkedListBox 无法通过删除换行符在单行中显示文本