Please run the attached sample project and follow the steps in the document locate din the zipped folder.
Workaround:
this.radLayoutControl1.VerticalScrollbar.ValueChanged += VerticalScrollbar_ValueChanged;
private void VerticalScrollbar_ValueChanged(object sender, EventArgs e)
{
this.Width += 1;
this.Width -= 1;
}