Mike Corsaro
Mike Corsaro
Hmmm... I'm having difficulty reproducing this issue. Could you provide me a stand-alone sample with the problem? Here's what I've tried to test with: MainPage.cs: ```csharp public MainPage() { InitializeComponent();...
For a workaround, just remove the default `Page` style in `Styles.xaml`. That seems to be the source of the problem.
Note: a bit unsure how to test this. It seems that the fractional values which result in divide-by-zero come from display scaling
@Rohit123400000000000 we have a bigger story to add better titlebar/window customization in MAUI specifically for Windows, but an easy workaround is to just change the `Border` in your template to...
> Could we add an UITest with the example from the video where a button is pressed, an Ellipse is rotated and after finishing the animation verify the Ellipse position?...
> maui.mp4 > I updated my sample to include 1000 items on load. Since ListView is virtualized, it shows 74-ish items in the LVT, as it should, as it reflects...
@drasticactions 2 weeks later, and I think I've sorted out all the mentioned issues. The control now works as you'd expect when setting `CachingStrategy="RecycleElement"` (only a set number of elements...