Completed
Last Updated: 14 May 2019 06:40 by ADMIN
Hristo
Created on: 24 Apr 2019 12:40
Category: UI for WinForms
Type: Bug Report
1
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.