ImageTextInfo picture image looks pixelated

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 16 years ago by Joseph Gershgorin
Avatar
I'm using an ImageTextInfo control in an AnimatedExpander, like this:

     <Controls:AnimatedExpander.Header>
          <Controls:ImageTextInfo ImageSourceLarge="/images/nav_forward_highlight_32.png"  Text="Common Tasks" />
      </Controls:AnimatedExpander.Header>
The controls are laid out correctly, however the image looks like it's being expanded and because of that it looks pixelated. I've tried assigning a higher resolution image (48x48), but all that does it expand that image too, which looks even worse as it goes off screen.

Any suggestions on how to deal with this?

Thanks.

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Pixelated images are an issue with WPF however we have the PixelSnapper decorator that can generally help resolve the issues. Check out the PixelSnapper documentation in the Shared Library.

If that doesn't help then perhaps email over a simple project that shows the issue and we can look.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.