About 22 results
Open links in new tab
  1. Save Image from MemoryStream to XPS Document from WPF …

    Feb 4, 2014 · I am working with creating WPF Flowdocuments from windows that are dynamically loaded from xaml that is stored in a database.

  2. Images not binding/showing in xamarin.forms listview

    Dec 22, 2017 · ImageSource set on Image.Source won't show up. If I try FImageLoader instead with CacheImage it works but on iOS the ImageSource seams to be shared on all items : ( And disappear …

  3. Image stream to string converter - social.msdn.microsoft.com

    Jun 3, 2021 · If I set this stream into a button like this: mybutton.ImageSource = ImageSource.FromStream ( () => convertedstream); nothing happens. Can anybody help me? …

  4. Cannot set Image Source from IValueConverter?

    Apr 19, 2006 · I think it's because Image.Source property expects an object of type ImageSource and you provide a string. For the image in green, it works because there is a default conversion from …

  5. Convert System.Drawing.Image to System.Windows.Controls.Image

    Sep 29, 2017 · This works because BitmapImage derives from ImageSource so you can create a new System.Windows.Control.Image setting the extension's result as its ImageSource.

  6. No imaging component suitable to complete the operation was found

    Feb 24, 2018 · Dim cmd As New OleDbCommand ("Select * from recents", con) Dim table As New DataTable Dim adap As New OleDbDataAdapter (cmd) adap.Fill (table) If table.Rows.Count <= 0 …

  7. Download image and set Image.Source - social.msdn.microsoft.com

    Sep 26, 2011 · Question 1 Sign in to vote I'm tryng to download an image and set the Source property of an Image UI element, but I can't convert the downloaded bytes into an image: private async …

  8. Converter for Base64String, BitmapImage and IRandomAccessStream

    Apr 22, 2014 · I store a Base64String and wanted to display it in the image control. So I use a converter but got nothing coming up. However If I do it from code behind it does load fine but I need to use …

  9. Xaml Pass Binding as argument - social.msdn.microsoft.com

    Aug 12, 2017 · Is there a way to pass a binding or similar as an argument to a non-default constructor in xaml?

  10. how to have a flipview of multiple items like the windows store

    Oct 10, 2015 · As a friendly reminder please make sure to add the appropriate tags to the title of your post as per Guide to posting: subject line tags I agree with the @Ken Tucher, the XAML code will …