int[] arr = int[100]; listBox1.DataSource = arr; void ComboBox1SelectedIndexChanged(object sender, EventArgs e) { .....//some processes listBox1.DataSource =
well, without binding I only managed with:
this.Hide(); this.Show();
it redraws everything...