Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/xamarin-treeview-databinding
Sample application shows the binding of hierarchical data source in Xamarin.Forms TreeView.
https://github.com/syncfusionexamples/xamarin-treeview-databinding
databinding getting-started treeview xamarin xamarin-forms
Last synced: 27 days ago
JSON representation
Sample application shows the binding of hierarchical data source in Xamarin.Forms TreeView.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/xamarin-treeview-databinding
- Owner: SyncfusionExamples
- Created: 2018-12-26T10:33:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T13:46:45.000Z (11 months ago)
- Last Synced: 2024-04-14T12:07:22.617Z (9 months ago)
- Topics: databinding, getting-started, treeview, xamarin, xamarin-forms
- Size: 2.96 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xamarin TreeView (Bound mode)
## About the sample
Demo application shows the population (bound mode) of the nodes for Xamarin.Forms TreeView.
Population of nodes by setting collection of data objects to [ItemsSource](https://help.syncfusion.com/cr/cref_files/xamarin/Syncfusion.SfTreeView.XForms~Syncfusion.XForms.TreeView.SfTreeView~ItemsSource.html) property.
```xml
```
## Requirements to run the demo ##
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/).
* Xamarin add-ons for Visual Studio (available via the Visual Studio installer).## Troubleshooting ##
### Path too long exception
If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.