.Net Forms Resize V13.0

Released: Jun 9, 2026

Updates in V13.0

Funktionen

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

Fehlerkorrekturen

  • Minor fixes and improvements.