K Kenneth Aug 5, 2004 #2 I find a solution for that, private void hScrollBar1_ValueChanged_1(object sender, System.EventArgs e) { this.listBox1.Left = -this.hScrollBar1.Value; }
I find a solution for that, private void hScrollBar1_ValueChanged_1(object sender, System.EventArgs e) { this.listBox1.Left = -this.hScrollBar1.Value; }