question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Delay when maximizing on .NET 5

See original GitHub issue

Describe 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:

  1. Load 16MB file
  2. Maximize window - Delay of about 3 seconds before window actually resizes

Expected behavior

  1. 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
binarycowcommented, Dec 27, 2020

👍 Thanks for the help!

0reactions
abbayecommented, Jan 6, 2021

Give me a feedback when possible

please test the new MaxStreenVisibileLineAtDataLoad

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found