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 issue in RadCarousel which can be reproduced by running the 'hi-res' code library article.
Set Color.Orange to the border of the RadDropDownList when it is in ContainsFocus state. You will notice that the border of the control becomes orange event if it is not focused.
Host a Panel in RadHostItem and set the BackColor of the Panel. You will notice that the color set is not applied. NOTE: These properties should be set to the RadHostItem //Synch inheritable properties this.hostedControl.ForeColor = this.ForeColor; this.hostedControl.BackColor = this.BackColor;
When RadScreenTip is shown for a control which resides in a non-active form, the form of RadScreenTip shows a button in the taskbar.
Refactoring LightVisualElement text painting to use TextRenderingHint property.
ToolTip should be located close to the mouse cursor
When the text of main label of RadOffice2007ScreenTipElement is html text, the label is not wrapped. It's cut by the ScreenTip.
When the user disables RadRibbonBarGroup and there is a RadTextBoxElement in it the textbox part of the RadTextBoxElement is not disabled.
Add PasswordChar property to RadTextBoxElement
Workaround: DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Footer.Visibility = ElementVisibility.Collapsed DirectCast(radPageView1.ViewElement, RadPageViewStripElement).Header.Visibility = ElementVisibility.Collapsed
The help button of RadRibonBar has incorrect back color and border color. The expand/collapse ribbon bar button has its images reversed. When the ribbon is expanded the arrow points down and when it is collapsed it points up which is the opposite to what it should be.
Steps to reproduce: 1. Add a label to a form 2. Open the form designer and set the text of the label to something like: <html>send mail<a href='mailto:some@mail.com'><b>some@mail.com</b></a> Open the designer surface for the form and you will get an exception.
You cannot apply font changes into the Header of the RadGroupBox at design time. At design time you can apply changes to font of RadGroupBox, but the themes are applying their font changes to RadGroupBoxElement and override the font changes of RadGroupBox. Workaround: this.radGroupBox1.GroupBoxElement.Header.TextPrimitive.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
FIX. Windows8Theme - missing drag and drop styling for RadTreeView.
Windows8Theme - There is missing style of RadCheckBoxElement.ToggleState = Intermediate state.
To reproduce: - Create new RadDropDownMenu wit some items in it. - Set ShowItemToolTips to true. - Subscribe to ToolTipTextNeeded event. - Notice that despite the event is fired the tooltips are not shown.
To reproduce: - Apply the VisualStudio2012Light theme to a RadForm (use 2013.3.1016 version of the assemblies). Workaround: - Open the Theme in Visual Style Builder. - Select RadForm in Control Structure window. - Expand up to TitleBar and select it. - Apply the TitleBarBorder from the repository to the TitleBorder element.
To reproduce: - Add radPageView with two pages one of which must have longer text. - Set the ViewMode to Strip and the StripAlingment to left. - When you are switching fast between the pages you will notice that the content area is moved.
Opening two or more forms concurrently is generating an exception.