I have a windows forms application containing custom Tabcontrol and TableLayoutPanel, whenever I opened the designer of my form it always shows "modified"(Form1.Design*) without doing any changes in form.
I have checked the Form1.Designer.cs file, it seems to change the location of some controls anchored inside the tabpage(inherited from panel) by a single pixel each time I save.
Any suggestion on this?