.Net Forms Resize
Give your Visual Studio applications resizing and resolution independence.
Published by Softgroup
Distributed by ComponentSource since 2007
Prices from: $ 310.95 Version: V12.0 Updated: Apr 14, 2023 (2)
Give your Visual Studio applications resizing and resolution independence.
Softgroup .Net Forms Resize is a fast, small and lightweight .NET component that gives your Visual Studio applications resolution independence. Softgroup .Net Forms Resize supports standard .Net Windows Forms, MDI child and MDI parent Forms and includes DPIAutoResize feature to make your application DPI resolution independent too. This resizer component can be easily added to already designed forms with a single line of code. Softgroup .Net Forms Resize automatically resize all controls and fonts contained in a .Net Windows Form as they are sized.
Softgroup .Net Forms Resize is a fast, small and lightweight .NET component that gives your applications resolution independence. Softgroup .Net Forms Resize supports standard .Net Windows Forms, MDI child and MDI parent Forms and includes DPIAutoResize feature to make your application DPI resolution independent too. Softgroup .Net Forms Resize automatically resize all controls and fonts contained in a .Net Windows Form as they are sized. Only one line of code is needed in the Form_Load event like this VB.NET example:
Private WithEvents oResize As Softgroup.NetResize
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
oResize = New Softgroup.NetResize(Me)
End Sub
With Softgroup .Net Forms Resize you can: