0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VB.NET LabelのSizeが変えれない問題

Posted at

環境

Visual Studio 2019 .NET Framework 4.7.2

問題

Windowsフォームアプリケーションでフォームに配置したLabelのプロパティのSizeを変更しても反映されない ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/1585226/385d4c6e-a3d9-3dcd-f4a8-70862eff9cde.png)

解決策

LabelのプロパティからAutoSizeをFalseにすることで解決しました ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/1585226/9902e147-3d18-e908-bb9b-c37a1910397a.png)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?