Delay when maximizing on .NET 5
See original GitHub issueDescribe the bug Delay when maximizing on .NET 5
Edit: Also happens when zooming in/out with mouse wheel
To Reproduce Steps to reproduce the behavior:
- Load 16MB file
- Maximize window - Delay of about 3 seconds before window actually resizes
Expected behavior
- Window should resize instantly (or close to it)
Versions
- Win10
- .NET 5
- Nuget package 2.1.2
<Window x:Class="HexEditor.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:HexEditor"
xmlns:control="clr-namespace:WpfHexaEditor;assembly=WPFHexaEditor"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<control:HexEditor FileName="{Binding Filename}" />
</Grid>
</Window>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
ASP.NET Core Best Practices
By Mike Rousos. This article provides guidelines for maximizing performance and reliability of ASP.NET Core apps.
Read more >When to use Task.Delay, when to use Thread.Sleep?
Delay etc is designed to avoid all of that overhead, maximize throughput, allow cancellation, and provide cleaner code. – Corillian. May 3, 2016 ......
Read more >Decrease Minimizing/Maximizing windows delay?
When I minimize or maximize a window, I see the top bar travel from the top to the taskbar or the taskbar to...
Read more >ASP.NET Core: How to Maximize Performance and ...
Seven server-side optimizations that can help you maximize performance and scalability from your application setup. Reduce the number of ...
Read more >Fix IIS website hangs and slow loads
An IIS or ASP.NET hang can cause your website to have slow page loads, timeouts, or 503 Service Unavailable errors. Hangs can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
👍 Thanks for the help!
Give me a feedback when possible
please test the new MaxStreenVisibileLineAtDataLoad