Skip to content

Cannot find a performant way to refresh 2 elements which have a lot of other elements between them #17808

Answered by msneijders
tster123 asked this question in Q&A
Discussion options

You must be logged in to vote

Could UseRegionDirtyRectClipping = true help out here?

public static AppBuilder BuildAvaloniaApp()
    => AppBuilder.Configure<App>()
        .UsePlatformDetect()
        .With(new CompositionOptions()
        {
            UseRegionDirtyRectClipping = true
        })
        .UseSkia()

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tster123
Comment options

@msneijders
Comment options

@msneijders
Comment options

Answer selected by tster123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants