Conor Breen
Conor Breen
This works for me: ``` // For font awesome icon keys, look at cheat sheet: http://fontawesome.io/cheatsheet/ IconDrawable icon = new IconDrawable(getContext(), "fa-building"); // Default size is designed to suit normal...
For anyone else looking at this thread, it should be no longer be an issue in v2.0+ - see [here](https://github.com/smstuebe/xamarin-fingerprint/issues/137#issuecomment-555624037) and [here](https://github.com/smstuebe/xamarin-fingerprint/issues/151). Basically the plugin has been changed to use...
I'm seeing slightly different behaviour. I have 2 separate issues, 1 an issue with the height of the control itself in the control tree (different from above), and 2 an...
@RanjithkumarSyncfusion is the Syncfusion ListView built on-top of the .Net Maui ListView control? I ask because we could not reproduce this with the Maui ListView, only the SfListView. I created...
Still not working in 1.3.0 release version. @ThomasAdrian - your fix worked great for me, thanks. Worth a PR?
I think if the SplashScreen window subclass didn't expect the Window type parameter for the subsequent Window to be launched, you could easily use the approach taken [here ](https://github.com/castorix/WinUI3_SplashScreen/blob/master/App.xaml.cs)for a...
Also having this issue. In my specific circumstance adding more padding to inner element allowed it to "escape" the clipping that occurs. Would rather it was fixed!
Also, I was seeing this behaviour on WinUI too. In Image below the white element is the Border control and it is the only control with rounded corners set on...
We are also affected by these issues.
Would be massively in favour of a backport of these fixes!