Giter Site home page Giter Site logo

tbertuzzi / xamarin.forms.multiselectlistview Goto Github PK

View Code? Open in Web Editor NEW
60.0 6.0 10.0 341 KB

:ballot_box_with_check: Select multiple rows in a listview with xamarin.forms

C# 100.00%
xamarin xamarinforms ios android xamarin-forms xamarin-library xamarin-plugin nuget nuget-package control

xamarin.forms.multiselectlistview's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

xamarin.forms.multiselectlistview's Issues

Image select

Hi, thanks for your work, i have problems to see select image.

The selected image should only be in the android and ios folders or I should create a resources folder in my solution

Select and Deselect event

Select and Deselect event was hitting the same CommandProperty Behavior, How can we distinguish if the action is for deselecting and for selecting?

Problem in showing selected item

can you please help me how can i show my selected items back on page load,
i have a id property which i save when user selects the item and i store that value on app so that if user comes back on same page he can see the selected values.

where as i am only able to set the selected item on passing the index so could you please suggest me something

get rows select

Can I create a list of objects in this selection?
For the moment I do it but when I unselect a row a new record is created
`List Prueba = new List();
public MultiSelectObservableCollection Modelos { get; }

    public ICommand DisplayNameCommand => new Command<CanalDAO>(async canal =>
    {
       
       Prueba.Add(canal.DESCRIPCION);

       
              
    });`

include my code.

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.