RadForm: The text of the form is cut off on the left side if the form is maximized and the icon is not visible
How to reproduce: set the ShowIcon property to false.
this.ShowIcon = false;
1 comment
ADMIN
Hristo
Posted on:24 Apr 2019 12:43
Hello,
The issue can be worked around by setting a margin to the element holding the text:
this.FormElement.TitleBar.TitlePrimitive.Margin = new Padding(4, 0, 0, 0);
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.