B
Buddhist.CHinA
Hi guys, when I used SetBounds to change a listBox's size, I found sth
interesting. But I was wondering whan happened.
For example, I wrote,
this.listBox1.SetBounds( 10, 10, 100, 300);
// x, y, width, height
After that, I got the size of listBox1. However, the height was 290,
not 300 as expected.
Can someone explain why this happened?
thx.
interesting. But I was wondering whan happened.
For example, I wrote,
this.listBox1.SetBounds( 10, 10, 100, 300);
// x, y, width, height
After that, I got the size of listBox1. However, the height was 290,
not 300 as expected.
Can someone explain why this happened?
thx.