To reproduce: Open VSB go to RadScrollablePanel -> RadScrollablePanelElement -> FillPrimitive and change its back color, you will see that the back color will not actually change. Workaround: Set the BackColor using code: panel.PanelElement.Fill.BackColor = Color.Red;