Unplanned
Last Updated: 30 Mar 2016 14:40 by ADMIN
ADMIN
George
Created on: 10 Mar 2014 11:16
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
1
FIX. Visual Style Builder - changing the BackColor property of the FillPrimitive of the RadScrollablePanelElement in RadScrollablePanel has no effect
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;
0 comments