Use attached to reproduce.
Type "Christoff" and scroll down.
Workaround:
public RadForm1()
Use attached to reproduce!
- remove the space from the text in the formatting event so the text is empty
How to reproduce: set the ShowIcon property to false.
this.ShowIcon = false;
Dear,
I'd like suggest a theme based on CrystalDark with all lines removed, totally flat.
Best,
Jeff
Dear,
would be greate a Dynamic Theme, when we could change all colors from the theme programatically, using a XML to store the custom specification.
Inclusive, all themes could be turned into a Dynamic theme.
Best regards,
Jeff
How to reproduce:
1. Add a new RadTabbedForm to a VS2017 VB.NET project.
Use attached to reproduce:
1. Click the button
2. Change the tab and go back to the diagram
Workaround:
Add the layout before showing the form
How to reproduce: add a MapCallout to a layer and then try to hit test it in the MouseDown event of the control. The element is not always returned even though it contains the mouse location:
private void RadMap1_MouseDown(object sender, MouseEventArgs e)
Use attached to reproduce.
Workaround:
public RadForm1()