FIX. RadSplitButton - the left border is cutt off with the Office2010Silver theme
To reproduce:
- Just add a split button to a form and set its theme to Office2010Silver.
Workaround:
radSplitButton1.DropDownButtonElement.ActionButton.Margin = new Padding(0, 0, -1, 0);