At this time, Telerik UI for WPF distributes libraries build for each TFM -> WPF45, NetCore and NET50.
If there was a way that UI for WPF could compile some of those libraries .NET Standard 2.0 compatible, it would allow for the developers making the transition from .NET Framework to .NET Core/.NET5 a but easier because they will be able to share the reusable Telerik code in a class library consumed by both WPF45 and WFP50 projects
I would request a new control. The RadButtonTextBox like the one in WinForms.
For fields with for example phonenumbers or emails we could then add a Button for launching the SIP oder Emailclient.
The possibilities are endless. Look at the "TextBox" in your browser window ;)
Sincerly
Daniel
It would be very useful for us if the RadWebCam control (WPF or WinForm) could support ONVIF Profile S
Thanks
As far as I know, there are no way to set the color of the title bar. As far as I know there are no properties "color" of the title bar.
Thanks
When the FluentPalette.Palette.ScrollBarsMode property is set to Normal, the ScrollViewer scrollbars overlap the content area. This should not happen.
To resolve this, set the ThemeHelper.ScrollBarsMode attached property of the ScrollViewer controls using an implicit style.
<Window.Resources>
<Style TargetType="ScrollViewer">
<Setter Property="helpers:ThemeHelper.ScrollBarsMode" Value="{telerik:FluentResource ResourceKey=ScrollBarsMode}"/>
</Style>
</Window.Resources>
Hello,
I think there is the bug:
In Theme Office2019 bounded Command does not execute when clicking on RadHypelinkButton. After changing theme to VisualStudio2013 everything works fine. Please try attached project.
Is there any simple workaround for that?
Regards
Domas
Sometimes RadVirtualGrid.ScrollRowIndexIntoViewAsync throws NullReferenceException.
Inside RadVirtualGrid.ScrollRowIndexIntoViewAsync the following method invoked:
this.MainPanel.ScrollRowIndexIntoViewInternal and this.MainPanel is Null, since RadVirtualGrid.Refresh() that was called previously makes MainPanel Null.
The Refresh method is public, so could be called anytime by mistake or not.
So, please fix one of those or even maybe both:
Refresh should not set MainPanel to Null.
Inside RadVirtualGrid.ScrollRowIndexIntoViewAsync check that this.MainPanel is not Null like you perform this check in most RadVirtualGrid methods.
Thank you in advance.
Maria Adamsky.
Hi Team,
Dennis Callahan from Telerik submitting this on behalf of Don -
If your team could create a theme for UI for WPF that mimicked the look of a UWP application and responded to the Windows 10 Light and Dark setting that would be excellent. I have not found such a theme in any of the products I have looked at so if Telerik could do it I think it might be the first.
I'm trying to draw a polygon on my RadMap using the MapPolygonView control. I can only see the polygon after I finished drawing it, but while I'm drawing - I can't see the lines.
Please add the capability for the RadMap to visualize the animation of shape's lines as it is being drawn.