Unplanned
Last Updated: 21 Jun 2022 05:43 by Jean-Pierre
Jean-Pierre
Created on: 21 Jun 2022 05:43
Category: Form
Type: Bug Report
2
RadForm: Form's height is increased with 2 pixels at design time when a control is moved

VS 2022, Telerik 2022.2.510, NET 6.0 (sample app is attached)

1. Creating sample Telerik WinForms App.
2. Add a RadTextBox
3. Load Event with code
radTextBox1.Text = this.Size.ToString();

4. Run the App
5. Close the App
6. Move the RadTextBox Control at design time.
In design, the height of the form is 2 pixels taller.
Run these steps in a loop. After a few hours of work, the form exceeds the size of the screen.

0 comments