Hi,
I think I found a bug in the RadForm control. The form resizes when I compile.
Steps to reproduce:
- Create a new project
- Create a new RadForm Form1
- Create another RadForm Form2, which inherits from Form1
- Set the FormBorderStyle of Form2 to None
- Add, for example, a PictureBox to the bottomright of Form2
- Compile and you will see that the size of the form changes
How to solve this? Thank you in advance.
I think I found a bug in the RadForm control. The form resizes when I compile.
Steps to reproduce:
- Create a new project
- Create a new RadForm Form1
- Create another RadForm Form2, which inherits from Form1
- Set the FormBorderStyle of Form2 to None
- Add, for example, a PictureBox to the bottomright of Form2
- Compile and you will see that the size of the form changes
How to solve this? Thank you in advance.