Print Page | Close Window

Performance Issue in WPF

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=748
Printed Date: 16-Oct-2025 at 11:47am


Topic: Performance Issue in WPF
Posted By: neerajdev
Subject: Performance Issue in WPF
Date Posted: 27-Mar-2008 at 11:01pm

I have WPF application that performs scrolling of three xaml controls in circular manner.

If I use simple control without much styles or instead use a simple image in the element, then scrolling goes fine and application performance is good.

However, if I load the control with heavy WPF styles,then at very high resolution say (1400 * 900) systems, scrolling gets jerky and CPU usage increases.The problem exists with machines with low graphic card.

I studied this and found that WPF can take advantage of hardware rendering pipeline but couldn't find any working example.

Is there some way in WPF by which we can use heavy styled xaml controls with good performance on  PCs with UMA graphic card?




Print Page | Close Window