NControl.Controls
NControl.Controls copied to clipboard
Control implementations using the NControl library.
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.  ``` 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...