WPF screen refresh problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Griff

    WPF screen refresh problem

    Hi

    I have a WPF application (VS 2008; .NET 3.5) which has several tab controls
    and listViews.

    When I start the application, it start in normal "window" mode. I can click
    between the Tabs and it's reasonably responsive.

    However, I've made the window resizeable.

    The bigger the window appears, the slower the window responds to my clicking
    on tabs - the slowest is when the window is Maximised.

    Is this something peculiar to WPF - I hope not!

    Thanks

    Griff






  • rowe_newsgroups

    #2
    Re: WPF screen refresh problem

    On Feb 18, 12:13 pm, "Griff" <GriffithsJ_... @htomail.comwro te:
    Hi
    >
    I have a WPF application (VS 2008; .NET 3.5) which has several tab controls
    and listViews.
    >
    When I start the application, it start in normal "window" mode. I can click
    between the Tabs and it's reasonably responsive.
    >
    However, I've made the window resizeable.
    >
    The bigger the window appears, the slower the window responds to my clicking
    on tabs - the slowest is when the window is Maximised.
    >
    Is this something peculiar to WPF - I hope not!
    >
    Thanks
    >
    Griff
    How beefy is your computer? Is the program doing anything behind the
    scenes that will be taking away resources? Have you tried building the
    release version and running it without a debugger attached?

    Thanks,

    Seth Rowe [MVP]

    Comment

    • Griff

      #3
      Re: WPF screen refresh problem

      Turns out that the bitmaps take a long time to calculate, so getting rid of
      them improves things no end.


      Comment

      Working...