NControl icon indicating copy to clipboard operation
NControl copied to clipboard

Simple Xamarin.Forms wrapper control around the NGraphics library

Results 12 NControl issues
Sort by recently updated
recently updated
newest added

Hi, That would be great to release a .Net Standard version of NControl, since it replaces PCL. What's needed to be done for NControl to be compatible with .Net Standard?...

NControl uses pixels on Android, which is fine, but if you setup a control that has parameters like corner radius or anything size related, the size will be different on...

Thanks for this great library, I was wondering who we can write the text of a MaterialDesignRippleButton : the below code is not working as expected!!! ``

I'd like a structured discussion on wether we should move to SkiaSharp which is officially supported by Xamarin as the cross platform drawing backend for NControl.

**intercepting touches**: in my first example there is a GalleryView (of NControl.Controls) inside of a (vertical) ScrollView: on android the ScrollView takes control of the touches as soon as there...

I'm trying to understand how to use NControl to add a simple SVG button via XAML to my Xamarin.Forms pages. Can you add a simple example on how to do...

This will ease re-use for controls that inherit from NControlView, by providing direct access to the rendered class, in case it's different than NControlView, without having to cast it manually.

MeasureText gives allways a an empty Size back. I repleaced the implementation with this one: ``` public Size MeasureText(string text, Font font) { if (text == " ") { text...

I have a custom cell in Xamarin Forms (inheriting from `ViewCell`) with an `AbsoluteLayout`, containing a control inheriting from `NControlView`. These Cells are in a ListView. Somehow, `TouchesBegan` never gets...