Coder Social home page Coder Social logo

xamarin-forms-treeview's People

Contributors

danvanderboom avatar smithimage avatar wilbur4321 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

Watchers

 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

xamarin-forms-treeview's Issues

Selected node

Hello,

Thanks for the tool!!!
We wanted to know how do i get the selected nodes object back to the consuming page (or) give a event to get the selected nodes object.

Regards,
Zak

ItemSource and ItemTemplate support

I'm wondering if I'm missing something here...

Although I see MVVM based binding support, I do not see any support for BindableProperties like ItemsSource and ItemTemplate?

Has anyone ever completed the work needed to do this instead of the factory code behind based initialization?

I find it strange that this "control" is the top Google post when searching for Xamarin Forms Treeview as it seems not ready for production use, IMHO.

Anyone out there with an opinion on this?

Thx...Bob Baldwin
AKA VSDotNetGuy

issue with checkboxes as a node childs

Hello.
I've implemented ( test implementation ) checkboxes as a children to the nodes / branches, anyway - so far without any reasonable success on preserving their states. The result is incorrectly showing the checks trough the lack ( at least i were unable to find a way ) of indentification the child ( node ( which act as a parent ) ) element.

Could You please provide a working example with checkboxes ?

Cannot deploy to iOS Device

Hi,

I'm trying to deploy your solution to my iPhone 6 by using Xamarin Studio and I'm getting the following error:

error MT1006: Could not install the application ... on the device : The code was compiled for a different kind of device that the one connected (iPad vs iPhone for example, error: 0xe8000080)

I migrated the iOS project to the latest Xamarin.Forms version. Supported architectures are set to: ARMV7 + ARM64

Any ideas about what may be going wrong?

Thanks!

IsExpanded not function at init status

examples:
in DemoTreeViewModel.cs
change var a = MyTree.Children.Add(new DemoTreeNode { Title = "Branch A", Score = 0.75, IsExpanded = true });
to var a = MyTree.Children.Add(new DemoTreeNode { Title = "Branch A", Score = 0.75, IsExpanded = false });

not effect!

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.