FIX. RadMenu - the arrow is not updated when the items are cleared
To reproduce:
- Add an item and then use the Clear method.
- The arrow is still visible.
Workaround:
radMenuItem2.Layout.ArrowPrimitive.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;