.Net Forms Resize(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
.Net Forms Resize V13.0メジャーバージョン2026年6月9日
機能
  • Added a new property FormStartPositionOverride which overrides the behavior of the form's start position if set to True.
  • Added a new method MoveFormToScreen that can be used to move a .NET Resize hosted form to a specified screen index.
  • Added new behavior based on the following values specified in a control's Tag property (at design time or runtime):
    • XC = do not resize Children control.
    • XF = do not resize Font control.
    • XL = do not resize Location control.
    • XS = do not resize Size control.
  • Added new .NET 10.0 library.
  • Added new NuGet Packages installation for .NET assemblies.
修正
  • Minor fixes and improvements.