Xamarin-Forms-TreeView
Xamarin-Forms-TreeView copied to clipboard
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 ?
Which Checkbox are you using? Is it XLab's? I personally wasn't able to get that one to work, so I implemented it by using an invisible button on top of an AwesomeFontIcon, which includes a checked and unchecked icon.