Xamarin datatemplate with bindings in code behind not working
问题 I have tried to make a page in my app where all controls are generated dynamically via C# code behind. I am using a Nuget Packages, DLToolkit, flowlist to create a flow list. I have already used this package in my project before using Xaml , and it fully works. However when I try to create a datatemplate in code behind, it just displays a blank control, however when hovering above this control, you can see there's actually items in it. My question is: How can I make a datatemplate with