SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
435
stars
44
forks
source link
Using Styles from App.xaml on ListView breaks view #61
Hi,
I've been using your shell for some time and I've noticed issue with views. I have 2 pages that contain similar listviews, recently I have changed one of them to use styles from app.xaml, and noticed that if you have a lot of items in your ListView and start to scroll them, the view breaks leaving just blank spaces. They are still interactivable, so it is pure display issue.
Hi, I've been using your shell for some time and I've noticed issue with views. I have 2 pages that contain similar listviews, recently I have changed one of them to use styles from app.xaml, and noticed that if you have a lot of items in your ListView and start to scroll them, the view breaks leaving just blank spaces. They are still interactivable, so it is pure display issue.
Here is xaml:
Please bear in mind that reverting the changes to don't use styles fixes the issue.