.Net Forms Resize Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
.Net Forms Resize V13.0Major versionJun 9, 2026
Features
  • 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.
Fixes
  • Minor fixes and improvements.