Pedro Jesus
Pedro Jesus
https://twitter.com/pj_souz/status/1440157986614169611 tl;dr I'm porting this lib to Maui, using the Compatibility package. I don't have time to take ownership of this lib, since it's pretty huge. My goal here is...
@molinch sadly I can't take full ownership of this project. My goal is to make it works with .NET MAUI and don't block devs that depend on this package on...
For me, we should implement this in a more `Core` lib. in other to add value across other .NET UI frameworks (and maybe in non UI frameworks as well). I'll...
@VladislavAntonyuk, the idea is to make sure that users that migrate their apps to Maui, don't forget to remove the reference. This also extends to XCT.compat. I'll there's a msbuild...
@brminnick yeah, I need to do the other task, at least need to confirm that it should be done
Extending the @bijington comment, if you want to do the migration of the `LazyView` to here, you're more than welcome
@breezerc would be great if you could upload your sample project here. You just need to zip the project past and drag and drop it here, or upload the sample...
## Windows 1. On Windows, when I resize the App window the Expander stop to works on CollectionView, as you can see in the picture below Bradon's card should be...
@VladislavAntonyuk for ListView maybe you can [try this](https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-listview-dynamicunevenlistcells/). I believe that the dev will need to perform some properties on the ListView but you can call the `Cell.ForceUpdateSize` method.
> > @VladislavAntonyuk for ListView maybe you can [try this](https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-listview-dynamicunevenlistcells/). I believe that the dev will need to perform some properties on the ListView but you can call the `Cell.ForceUpdateSize`...