Questions tagged [xaml]

XAML, an acronym for Extensible Application Markup Language, serves as a powerful declarative XML-based tool to initialize structured values and objects across multiple frameworks. To provide tailored solutions, each question relating to XAML implementation with a specific framework should also incorporate relevant tags like [wpf] (Windows Presentation Foundation), [silverlight], [windows-phone], [windows-store-apps] (Windows 8 store apps), [win-universal-app], [xamarin.forms], or [workflow-foundation].

Extract information from a JSON string and link it to XAML code

If you're new to coding and JSON, here's a JSON string you can work with: Currently, I've managed to extract the timestamp but struggling to retrieve data like station names. Below is a snippet of a proxy class: public class BPNewYorkCity ...

Is a Text-Only View Possible with WebView?

Could someone help me figure out how to restrict a WebView to only load text in my WinRT XAML App? I am looking for a simpler solution than having to download the source and manually editing img tags. ...

Innovative solutions for seamless transformation of HTML designs into Silverlight 3.0

One of my challenges with clients is getting them on board with web applications. However, I am eager to try something new and explore the potential of Silverlight 3.0. It would be great to see if I can transform some of these applications into fully funct ...