The scroll buttons are not correctly displayed when the TabStripPlacement is set to Right and there is no default selection (the IsDefaultItemSelected is set to False). As a workaround set the RadTabControl's IsDefaultItemSelected property to True or select a RadTabItem manually through its IsSelected property.