Unplanned
Last Updated: 03 Oct 2022 05:09 by ADMIN

This scenario is observed in .Net6. When we place one RadTextBox control and run the application, the control is not scaled correctly.

Unplanned
Last Updated: 20 Sep 2023 10:45 by ADMIN

Text is clipped in Fluent and Breeze theme

To workaround this, we can set the EnableRadAutoScale property to false.

RadControl.EnableRadAutoScale = false;