Click here to Skip to main content
16,017,650 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Custom File Dialogs Pin
Jammer18-Mar-08 12:04
Jammer18-Mar-08 12:04 
GeneralRe: Custom File Dialogs Pin
Pete O'Hanlon18-Mar-08 12:06
mvePete O'Hanlon18-Mar-08 12:06 
GeneralRe: Custom File Dialogs Pin
Jammer18-Mar-08 12:11
Jammer18-Mar-08 12:11 
GeneralRe: Custom File Dialogs Pin
Pete O'Hanlon18-Mar-08 12:20
mvePete O'Hanlon18-Mar-08 12:20 
GeneralRe: Custom File Dialogs Pin
Jammer18-Mar-08 12:24
Jammer18-Mar-08 12:24 
QuestionBinding Image to a window Pin
AAKAra18-Mar-08 6:41
AAKAra18-Mar-08 6:41 
GeneralRe: Binding Image to a window Pin
Insincere Dave18-Mar-08 9:52
Insincere Dave18-Mar-08 9:52 
GeneralRe: Binding Image to a window Pin
Pete O'Hanlon18-Mar-08 11:02
mvePete O'Hanlon18-Mar-08 11:02 
The problem that you have is that this is a bitmapped image and not a vector image. If you want an image that scales well, it has to be a vector graphic because a vector graphic uses maths to manage the implementation of the image. When you resize your bitmapped image, it only has so much information to work with, so the image degrades once it is manipulated away from its usual dimensions.

I'm afraid a ViewBox won't help you get round the limitations of your jpeg file.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: Binding Image to a window Pin
AAKAra19-Mar-08 4:41
AAKAra19-Mar-08 4:41 
GeneralRe: Binding Image to a window Pin
Pete O'Hanlon19-Mar-08 23:42
mvePete O'Hanlon19-Mar-08 23:42 
GeneralRe: Binding Image to a window Pin
User 27100920-Mar-08 3:05
User 27100920-Mar-08 3:05 
GeneralRe: Binding Image to a window Pin
Pete O'Hanlon20-Mar-08 3:28
mvePete O'Hanlon20-Mar-08 3:28 
GeneralRe: Binding Image to a window Pin
Jammer20-Mar-08 5:09
Jammer20-Mar-08 5:09 
GeneralTracking down bugs in XAML Pin
Jammer16-Mar-08 11:57
Jammer16-Mar-08 11:57 
GeneralRe: Tracking down bugs in XAML Pin
User 27100918-Mar-08 10:31
User 27100918-Mar-08 10:31 
GeneralRe: Tracking down bugs in XAML Pin
Jammer18-Mar-08 10:37
Jammer18-Mar-08 10:37 
GeneralRe: Tracking down bugs in XAML Pin
User 27100918-Mar-08 10:46
User 27100918-Mar-08 10:46 
GeneralRe: Tracking down bugs in XAML Pin
Jammer18-Mar-08 12:03
Jammer18-Mar-08 12:03 
GeneralRe: Tracking down bugs in XAML Pin
Pete O'Hanlon18-Mar-08 11:10
mvePete O'Hanlon18-Mar-08 11:10 
GeneralRe: Tracking down bugs in XAML Pin
Jammer18-Mar-08 12:06
Jammer18-Mar-08 12:06 
GeneralRe: Tracking down bugs in XAML Pin
Pete O'Hanlon18-Mar-08 12:07
mvePete O'Hanlon18-Mar-08 12:07 
GeneralRe: Tracking down bugs in XAML Pin
Jammer18-Mar-08 12:27
Jammer18-Mar-08 12:27 
GeneralNewbie data template/DataContext question Pin
Jörgen Sigvardsson15-Mar-08 5:41
Jörgen Sigvardsson15-Mar-08 5:41 
GeneralRe: Newbie data template/DataContext question Pin
User 27100917-Mar-08 2:50
User 27100917-Mar-08 2:50 
GeneralRe: Newbie data template/DataContext question Pin
Jörgen Sigvardsson17-Mar-08 2:52
Jörgen Sigvardsson17-Mar-08 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.