Completed
Last Updated: 17 Aug 2011 21:03 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
Telerik Metro theme is not exported by VSB
Completed
Last Updated: 04 Aug 2008 11:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
If you pick a font in the style builder that doesn't have a 'normal' setting (like a bold-only font) the VSB will crash.
Completed
Last Updated: 30 Nov 2012 05:32 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
The Text and Image Primitives of RadButton are not exposed in VSB
Completed
Last Updated: 14 Jul 2014 08:34 by ADMIN
Add a VSB feature to export base64 strings.
Completed
Last Updated: 18 Aug 2015 10:00 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0

			
Completed
Last Updated: 10 May 2016 06:12 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
Workaround: change the backcolors of the splitters at run-time

foreach (SplitterElement splitter in this.radSplitContainer1.Splitters)
{
    splitter.BackgroundFill.BackColor = Color.Red;
}
Unplanned
Last Updated: 30 Mar 2016 14:41 by ADMIN
ADMIN
Created by: Hristo
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
The changed properties are not applied and also if one filters the VSB tool by "Changed Properties", they are not displayed as Changed

Workaround: perform the styling modifications at run-time
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
Users should be able to add images to TreeNodeUI's states by using Visual Style Builder.
Completed
Last Updated: 02 Jan 2018 06:46 by ADMIN
ADMIN
Created by: Dimitar
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
To reproduce:
Set the DescriptionFont of RadMenuItem in VSB (see attached image).

Workaround: 
 Remove the setting from the XML.
Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
If you click on the RadGridViewElement node in VSB while one of our predefined themes is opened, you will get an exception.
1 2 3