NControl.Controls icon indicating copy to clipboard operation
NControl.Controls copied to clipboard

Control implementations using the NControl library.

Results 16 NControl.Controls issues
Sort by recently updated
recently updated
newest added

How can I use ncontrols:SvgImage at design time in XAML? I am new to Xamarin and do not know how to pass SvgAssembly and SvgAssemblyType attributes in XAML.

I need to implement textchanged event, is there a way to do that? please help

ExpandableActionButton Sub-button commands aren't working or triggering. Even trying the ExpandableActionButton demo codes does not work.

I wish if you can help me with my issue . Im trying to put a custom image as an icon for the ActionButton ,I dont want to use FontAwesome...

i can implement the buttons fine, but the icons do not show up

Hi When defining FontawesomeLabel FontSize in Resources via XAML, presents no effect on runtime, any clues. ` `

RoundCornerView does not work. But it works only in XAML preview. ![rounccornerview](https://user-images.githubusercontent.com/26338889/28168421-0266cf5c-681a-11e7-8454-f460c157130c.png) ``` using Foundation; using UIKit; using NControl.iOS; namespace RoundApp.iOS { [Register("AppDelegate")] public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate {...

RoundedCornerView can have another view set as its content, which can be aligned using Horizontal/VeriticalOptions. This works as expected in iOS, but not in Android. I've made a quick project...

I'd like to add support for animating in the card page from any edge (when using page.ShowAsync()). This is an initial pull request to start a discussion about how to...

a double tap outside a CardPage will crash the app since the popmodalAsync will be called twice. This can be solved by removing the tapgesturerecognizer when the page is popped...