One cannot change the RadTextBox BackColor for the ContainsFocus and the ContainsMouse states. Use the color dialog to change the color.
Open Package Windows7.tssp - RadPageView - RadPageViewStripElement - StripViewContainer - StripViewButtonsPanel - LeftScroll. Edit Repository Item StripLeftArrow. Click inside Image property to highlight - Unhandled Exception.
To reproduce: - Open the TelerikMetroBlue theme and select RadPanoramaElement in the Control Structure window. - Expand PanoramaBackgroundImage element in the Elements window. Please note that the issue occur only in Windows 8.
To reproduce: - Oped a predefined theme in Visual Style Builder - Change an image property of an element that already has image (set it to a random local image). The issue occurs only in Windows 8.
As suggested on the Silverlight PIT's, MAC like themes are very catching and adding a default theme for all controls with this style will be helpfull for developing app's with that desired look
FIX. Visual Style Builder - the color picker should keep the previously added Custom colors after reopening the form and continue adding to the available spots, instead overriding the existing custom colors.
In the winforms visual style builder app, under View > Settings > Design View, unchecking "snap to grid" doesn't prevent control resizing from snapping to grid. It still forces it to increment/decrement the sizes by 10 pixels based on the Grid Minor Tick settings. Workaround: set grid minor tick size to 1px.
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;
There are some specific cases where VSB tells the user that there is a property set, but at the same time actually this property is set to a null value. As a result, the user can't see the 'applied' setting netiher in the VSB preview, nor in his/her project.
Add the ability to style RadCarousel via Visual Style Builder.
Currently there are many cases where there is too much wasted space. The property grids sizes are fixed and they do not fill the available space in the most optimal way.
If you click on the RadGridViewElement node in VSB while one of our predefined themes is opened, you will get an exception.
Users should be able to add images to TreeNodeUI's states by using Visual Style Builder.
Add a VSB feature to export base64 strings.
The Text and Image Primitives of RadButton are not exposed in VSB
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.
Telerik Metro theme is not exported by VSB
To reproduce: 1. Open ThemeViewer 2. Choose theme Desert 3. Check View RTL support 4. Check 'Aero mode on' of ribbonbar & backstageview, after that click on 'show form' button 5. Check 'Aero mode on' of RibbonBar & Office2007 App Men, after that click on 'show form' button and will see that ThemeViewer crash When set theme Desert and change values of the properties of RibbonBar in the VisualStyleBuilder generate the same error.
Implementation of the new Visual Style Builder.