List<string> listToBind = new List<string> { "AA", "BB", "CC" }; this.listBox1.DataSource = listToBind;