The current workaround is to edit the control template of the control and set the MinWidth of the PART_ListBox element: <Popup x:Name="PART_Popup"> <Grid x:Name="PopupRoot"> <telerik:RadListBox x:Name="PART_ListBox" MinWidth="{TemplateBinding MinDropDownWidth}" MaxHeight="{TemplateBinding MaxDropDownHeight}" ItemsSource="{TemplateBinding FilteredItems}" ItemTemplate="{TemplateBinding DropDownItemTemplate}" FontFamily="{TemplateBinding FontFamily}" FontSize="{TemplateBinding FontSize}"/> <Border Background="{Binding Background, ElementName=PART_ListBox}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="1" Width="{Binding ElementName=PART_ListBox, Path=Width}" Visibility="{Binding ElementName=PART_NoResultsContentPresenter, Path=Visibility}"> <ContentPresenter x:Name="PART_NoResultsContentPresenter" MinWidth="{TemplateBinding MinDropDownWidth}" MaxHeight="{TemplateBinding MaxDropDownHeight}" Content="{TemplateBinding NoResultsContent}" ContentTemplate="{TemplateBinding NoResultsContentTemplate}" Visibility="Collapsed" Margin="5 4"/> </Border> </Grid> </Popup>
Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
This will preserve the exported image quality. Currently the only option to achieve this is through the EncodedImageData class. However, using this approach is not easy because the user have to know the width, height, color space and filters of the image.
ExtMap Files (for Application Caching) are missing from NuGet Separate Packages although they are included in the full package. Please include these.
Spellchecking specific text throws NullReferenceException. Specific example would be '..)aaa' text.
Since the Q12015 update, if you add a RadCalendar to a project, and try to use the No XAML binaries with the VisualStudio2013 or Office2013 themes, the designer will crash. Sample project attached.
Open the ColorPicker Then add Color in the RecentColorsitemsSource collection. Open the Colorpicker again - recent colors are not visible. Available in LIB version: 2014.3.1124
Annotations are not positioned correctly, when the vertical scrollbar is visible. The fix is available in LIB Version 2014.3.1319.
Problem noticeable by observing growth in queued changes to be processed.
When the VisualizationLayer.ShapeFill property uses the StrokeDashArray then the System.Reflection.TargetInvocationException exception ("The value does not fall within the expected range") is thrown. Available in Q3 2014.
With 2016 Q1 version, a static TouchManager class was introduced allowing for handling touch gestures and defining custom gestures.
The Title of the RibbonWindow is not vertically centered, when RadRibbonWindow.IsWindowsThemeEnabled is set to True. Available in LIB version: 2014.3.1312
There is a memory leak in RadRibbonView when it is hosted in a TabControl.
Will be available in Q1 2016 Release.
When you try to scroll the tabs in the tabstrip the scrollviewer is scrolled to its start