Norbert Armstrong

Results 9 comments of Norbert Armstrong

Do you want to do a pull request? Note that With the stable release of Xamarin forms own collection-view I will be winding down this development. I have no plans...

Yeah its quite possible you have uncovered something. Your particular scenario is not something I would have tested significantly. These suggestions will probably not make a difference but no harm...

Yeah looking at the Xamarin.Forms repo it appears that CellAdapter is where the contextmenu support has been added by implementing ActionMode.ICallback. In Xamarin.Forms the ListViewAdapter inherits from CellAdapter but in...

Yeah I think I did have the layout code firing on element changed as well initially but I think I took it out for efficiency reasons i.e. I didn't want...

Not really an issue I suppose if its not hurting performance. Great that you were able to code a solution. That's the beauty of open-source. If I get a chance...

Yes that's a fair point. I'm just leveraging Xamarin.Forms own render for UWP so yes it is useless. This control and the FastGridCell object originated from this repo https://github.com/twintechs/TwinTechsFormsLib. I...

Well the project was built with the fall-back profile attribute for non .NET standard projects. I followed the guide here https://xamarinhelp.com/upgrade-pcl-net-standard-class-library/. netstandard2.0 $(PackageTargetFallback);portable-win+net45+wp8+win81+wpa8 And from this other link https://blog.stephencleary.com/2012/05/framework-profiles-in-net.html the...

Looks like they reversed it because it was breaking a few other things as well. I've tested the solution on 3.5.0.169047 without any issue. The whole point of this dependency...

Yeah I agree that makes more sense I will incorporate it that when I get a chance.