Questions tagged [xamarin.wpf]

Windows Presentation Foundation (WPF) apps with Xamarin.Forms. You create your UI and business logic in shared code with Xamarin.Forms, but now you can have a head project that targets WPF and runs on older versions of Windows.

6 questions
1
vote
2 answers

Can I use Xam.Plugin.Forms.ImageCircle in platform WPF

I am a newbie so I started learn how to apply plugin name Xam.Plugin.Forms.ImageCircle in my Xamarin Project. I add platform WPF instead of UWP and after I install plugin above and I can not call ImageCircleRenderer.Init() in file App.xaml.cs. So I…
Đức Tú
  • 23
  • 1
  • 5
1
vote
0 answers

How to add app icon badge in xamarin forms wpf application

I need to show unread notification count on a badge in xamarin forms wpf app icon. I have tried with 'xam.plugin.badge' and 'xamarin.badge.plugin' NuGet packages but no luck. I am getting below exception: Exception : This functionality is not…
Deepakkumar
  • 86
  • 1
  • 10
1
vote
0 answers

How to add tool tips for xamarin forms wpf application

I am working on xamarin forms wpf application. I have a requirement of showing tooltips when the user mouseover. Please suggest any idea on how to add tooltips to xamarin forms wpf application. Thank you.
Deepakkumar
  • 86
  • 1
  • 10
0
votes
0 answers

OxyPlot "Exception thrown: 'System.InvalidOperationException' in OxyPlot.Xamarin.Forms.dll"

I have 2 questions regarding the OxyPlot library. So I'm well aware that OxyPlot is supported for Xamarin.Forms, Xamarin.Forms.Android, Xamarin.Forms.iOS, and Xamarin.Forms.Mac. However, I was wondering if this library supports Xamarin Forms WPF. I…
0
votes
1 answer

Auto adjust windows application screen size according to screen resolution

I'm currently making an application which contains 1 window and many similar formatted page (width = 800, height = 450). If I don't define the minwidth and minheight then the screen looks like this(below image) and If I define minwidth and…
Harika
  • 121
  • 1
  • 11
0
votes
2 answers

Grouped ListView throws Index Out of Range exception when clicking outside of list in xamarin forms wpf

I have face issue with grouped listview in xamarin forms wpf application. I have used group listview in one of the pages in the application, where if I click outside of the grouped listview, the application is crashed. Please suggest any idea to fix…
Deepakkumar
  • 86
  • 1
  • 10