Workaround:
If possible set the Dock property to Fill.
How to reproduce:
LineSeries lineSeries = new LineSeries();AxisScaleBreak scaleBreakItem = new AxisScaleBreak();
scaleBreakItem.Name = "Item1";
scaleBreakItem.From = "Smith";
scaleBreakItem.To = "Brown";
horizontalAxis.ScaleBreakSize = 50;
horizontalAxis.ScaleBreaks.Add(scaleBreakItem);
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)
The issue can be reproduced on a touch device after performing zoom in and zoom out
ChartPanZoomController panZoomController = new ChartPanZoomController();
radGridView1.CurrentRow = null;
ArgumentNullExceptionn in the RadPropertyValuesCollection class.
Use attached to reproduce (the orientation must be set at design time)
Workaround:
Set it in code:
commandBarToggleButton2.Orientation = Orientation.VerticalThe issue can be observed in themes having shadows:
- Material
- Fluent
To reproduce:
-double click an option in the MultiColumnCombobox editor and close the editor in the selected index changed event.
To reproduce:
-Open the FileExplorer example.
- Resize the panel (see attached).