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

WPF

 
GeneralRe: Custom File Dialogs Pin
Jammer18-Mar-08 10:32
Jammer18-Mar-08 10:32 
GeneralRe: Custom File Dialogs Pin
Pete O'Hanlon18-Mar-08 11:05
mvePete O'Hanlon18-Mar-08 11:05 
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 
Hello,
is there a way to Bind a image to a window? I have a button in my application which has a image,
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<Image Source="c:\IMG_1861.JPG" Width="200" />


</Window>
Resizing the window does not resize the image, instead it streches and crumbles the image. Is there a way to get away from this? Yes we can draw the Image using WPF that seem to be tedious as far as my application is corncerned, i tried using ViewBox is that the only way out?
Sample application apreciated.
With Rgds,
Anil
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 
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 

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.