how do I auto relocate component when resizing the window?
-
Hi I'm a newbie programming .NET and need some help. I have a windows form project in which I have instantiated a trackbar_scroll component (a horizontal slider). I'd like it to stay in the lower right corner of the window when resizing but I can't make it :( What should I code in this method: private void trackBar1_Scroll(object sender, EventArgs e) { } Can someone please tell me how to do this? Cheers Tom
-
Hi I'm a newbie programming .NET and need some help. I have a windows form project in which I have instantiated a trackbar_scroll component (a horizontal slider). I'd like it to stay in the lower right corner of the window when resizing but I can't make it :( What should I code in this method: private void trackBar1_Scroll(object sender, EventArgs e) { } Can someone please tell me how to do this? Cheers Tom
Anchor it there?
-
Anchor it there?
Yeah that did it! Thanks...hmmmm, I have a looooong way to go! Thanks Tom