.Net Forms Resize Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
.Net Forms Resize V13.0Versión principal9 jun 2026
Funciones
  • 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.
Correcciones
  • Minor fixes and improvements.