Giter Site home page Giter Site logo

xamarincontrols's Introduction

Xamarin Controls

Cross-platform controls for Xamarin and Xamarin.Forms.
NuGet
Nuget

Release notes: https://github.com/Intelliabb/XamarinControls/wiki/Release-Notes

Package Status
Release Build status
Pre Release Build status
CI Builds Build Status

Installation Instructions

Add this package to your shared project that holds the control, and each platform project.

Control iOS Android UWP
Checkbox
CardView Coming soon
Keypad

Roadmap

  • Repeater View (coming soon)
  • Radio button control (coming soon)

Contribute

  • New controls
  • Enhance controls
  • Bug fixes Note: To submit a new idea for a control, please first create an issue so we can approve the change/enhancement before you put in a lot of effort.

Feedback

As usual, please provide feedback so we can continue to make better controls that can benefit us all and save us a bunch of time.

Copyright 2018 intelliAbb

xamarincontrols's People

Contributors

bbenetskyy avatar hnabbasi avatar intelliabb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xamarincontrols's Issues

Checkbox manual check

Everything works really well. But I can't find a way to manually set the checkbox's "checked" status via code. There's the function to check if the checkbox is checked (returns bool), but not manual setting.

Is there a function to set the check box to "checked" or "unchecked"?

i.e. myCheckBox.SetChecked(true);

Does not work as Select All

Does not update the checkboxes inside the Listview visually after clicking checkbox with select Although programmatically /codebehind it detects the IsCheck = false and set it to true inside for loop.

Add option to disable animation

Adding a bool "Animated" BindableProperty to enable or disable animation.

Having option to show the animation or not would be nice to have.
If implemented, the SKCanvasView have to be invalidated animated or not after IsCheckedChanged event to redraw the canvas.

In rare instances, spamming the Checkbox will throw a InvalidOperationException due to the animation Task index getting mixed up.

Add Installation instruction

Please add a note that the package needs to be installed only on the .NET Standard/PCL.

People tend to install this on all the client projects, though it doesn't have to be.

Checkbox not working on physical device

I implemented the checkbox and tested it on both iOS and android emulators and it was working fine. Then I built it to my iPhone and the checkbox was not showing up? I could click it, but I couldn't see it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.