Refactoring LightVisualElement text painting to use TextRenderingHint property.
When the text of main label of RadOffice2007ScreenTipElement is html text, the label is not wrapped. It's cut by the ScreenTip.
Right and bottom padding does not working corectly when there is TextWrap
When RadComboBox is dynamically filled with items, the layout does not give a valid size to the items, since the dropdown is not initially opened. The current workaround is to call the UpdateLayout method: this.radComboBox1.ComboBoxElement.ComboPopupForm.ListBox.UpdateLayout();
There is an exception when setting LightVisualElement.Text property to null.
Opening two or more forms concurrently is generating an exception.
There is an issue in RadCarousel which can be reproduced by running the 'hi-res' code library article.
Currently, we do not have state when a cell is Selected and SpecialDay at the same time.
Address design-time issues with showing the theme for RadScrollBar (even when using a theme component).
Implement VSB theming for the RadCalendar's QuickNavigator (it appears when you click on the month string and displays months)
1. Correct the shapes of the buttons in RadScrollbar's theme OfficeBlack. 2. Rename the current OfficeBlack theme to a name, different than TelerikExamplesBlack. 3. Create OfficeBlack theme: - bring the old version of OfficeBlack from main source control stream (checked in with changeset 81190) - change the values of the Visibility property from Collapsed to Hidden for all borders in the theme. 4. Use TelerikExamplesBlack theme for the scrollbars in the QSF (instead of OfficeBlack).
Update the Aqua theme to be used with the new VSB
Register themes as components
Document Theming API
Theming in design mode does not work with relative paths and does not load the theme after the project is reopened
Currently, the FastNavigation control cannot be themed. It would be nice if it is included in the VSB theming capabilities.