.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.