In Development
Last Updated: 22 Mar 2024 17:01 by ADMIN
Scheduled for (2024 Q2)
ADMIN
Hristo
Created on: 06 Oct 2017 12:49
Category: Form
Type: Bug Report
2
FIX. RadForm - the size is increased at when showing the form if its FormBorderStyle property is set to None
How to reproduce: just create a RadForm, in the designer change its size and set its FormBorderStyle property to be None. When the form loads its size will be increased.

Workaround: set its MaximumSize property
this.MaximumSize = new Size(400, 80);
0 comments