I have created a Form with a Size of 200 x 200.
I placed a Rectangle at Position top(190) / left(190). It seems that the Form have a different width/height. When i resize the Form i can find it a little bit outer space. When i completely remove the Border like
form.FormBorderStyle = FormBorderStyle.None;
the size is ok but then i cant drag the Form anymore. Is it one more windows feature or just my stupidness?
Ii have read Switched to VS 2012 and now form doesnt resize properly? and it seems like Windows have such issues over years (maybe decades). What is the problem in my case? Ii have Win10 and VS2017 so it should not have been outdated.
Thank you