I wonder something. I have a Form with Vertical ScrollBars.
When running this code below that are inside a buttoncontrol when the scrollbar is at the top of the Form, the Form Scroll downs a bit, perheps 5-10 cm.
This is because I set button1->Enabled = false;
(I don´t know why the Form is scrolling down though when doing this)
Is it possible to not let the Form scroll down when running the code ?
button1->Enabled = false;
// Code Here
button1->Enabled = true;