.Net controls changing size between computers

前端 未结 3 1799
闹比i
闹比i 2021-01-03 03:54

I have a wierd problem that i need to work out how to resolve,

I have spent the last couple of weeks working on a project for work on my laptop, but when I open the

3条回答
  •  执念已碎
    2021-01-03 04:20

    Ensure you can resize your panel in Visual Studio with all of the controls inside it being repositioned and resized properly. You can use anchors to achieve this, or perhaps you should use a TableLayoutPanel control instead of a regular Panel.

提交回复
热议问题