TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
XAML
Tagged Content List
Wiki Page:
XAML
Maheshkumar S Tiwari
Table of Contents Community Resources MSDN Web Pages Technical Articles XAML is a declarative markup language. As applied to the .NET Framework programming model, XAML simplifies creating a UI for a .NET Framework application. You can create visible UI elements in the declarative XAML markup...
on
13 Sep 2013
Wiki Page:
Multiple Columns in WPF ListBox
Maheshkumar S Tiwari
In this article we will discuss ways to have multiple columns in WPF ListBox control and layout the ListBox such that each row has 3 items. All WPF controls deriving from ItemsControl provide an ' ItemsPanel' property that allows us to replace the internal layout panel that arranges the items...
on
12 Sep 2013
Wiki Page:
Business Rules: Decision Services for Business Applications
Maheshkumar S Tiwari
Experience in the use of BRS shows that little regard was paid to the encapsulation of business logic in the architecture of applications in use today, irrespective of whether these are host systems or server based systems. Business rules are for the most part closely interwoven with the technical...
on
10 Sep 2013
Wiki Page:
How to Concatenate Strings into a Single Wrapping TextBlock (with Wrapping on Each Word)
Richard Mueller
This "How To" shows several concepts around grouping and wrapping text. It also shows just how flexible the TextBlock now is, since the introduction of Runs. Each Run can have different styles, cursors, even events like MouseLeftButtonDown For this scenario, a WPF Forum poster...
on
13 Aug 2013
Wiki Page:
Set Brush for ScrollViewer Thumb
Ed Price - MSFT
In WPF/Silverlight ScrollViewer and ScrollBar control doesn't have any property to change color of Thumb dynamically from XAML by setting property. We have to edit the Style of ScrollBar and set the Brush for it according to our requirement. Based on requirement of one of the user on MSDN Forum...
on
10 Aug 2013
Wiki Page:
Editable Button in WPF
Ed Price - MSFT
Today I am going to share a code snippet to create an Editable Button in WPF, where we can update the text of a Button at runtime. In this control the user would right-click a button and then click 'Edit' to make to control Editable, and later right-click it to save/cancel the change. First...
on
6 Aug 2013
Wiki Page:
Data binding - Esempio base in XAML (it-IT)
Carsten Siemens
Table of Contents Cosa è il data binding Per cominciare Download Altre lingue Tedesco Inglese Il data binding è un modo utile di visualizzare i dati. Questo tutorial ti insegnerà le basi per implementarlo passo-passo. Se hai già familiarità con il data binding puoi anche saltare questo tutorial. ...
on
3 Aug 2013
Wiki Page:
Simple Data Binding in XAML
Carsten Siemens
Table of Contents What is data binding Get started Download Other Languages Deutsch Italian Data binding is a great way to display your data. This step-by-step tutorial will teach you the basics of data binding. If you are already familiar with data binding you can skip this tutorial. What is data...
on
3 Aug 2013
Wiki Page:
Formatting a string binding in XAML using a value converter
J Chase
Introduction WPF provides thorough support for formatting strings when binding using StringFormat or ContentStringFormat . However there are still scenarios where you will need to do some extra coding to get the results you want. For example an application may have an alphanumeric order reference...
on
21 Jul 2013
Wiki Page:
Silverlight Platform
Ed Price - MSFT
Overview Microsoft Silverlight is a Software Platform for building and running Rich Client Side Application , So Silverlight can be embedded inside HTML like the Flash Macromedia or can render outside the browser like WPF. Silverlight is cross browser , cross platform , it is a small implantation...
on
6 Jun 2013
Wiki Page:
The Equivalent to AutoGenerateColumns for a ListView/GridView
sqlguy
In WPF there is no built-in way to make a ListView display generic content. The DataGrid has this ability but is probably too much for just a display. To this end I have created an AttachedProperty that will allow the user to use a ListView with that ability. To use this AttachedProperty simply...
on
3 Jun 2013
Wiki Page:
MultiColumn ComboBox in WPF DataGrid
Khanna Gaurav
Recently someone wanted to have MultiColumn ComboBox in WPF DataGrid. Although there are many articles for creating Simple MultiColumn Combobox but not many article for having it inside Datagrid. So I decided to write a small snippet which can work for Datagrid. DataGrid has DataGridTemplateColumn...
on
20 May 2013
Wiki Page:
Troubleshooting WPF (Debugging WPF)
Carsten Siemens
This article covers many techniques you can use to troubleshoot and debug your WPF application, including binding errors, exception handling, inspecting the VisualTree and logging. Table of Contents Introduction Binding Errors 1. Changing Trace Level for All in Options 2. Changing Trace Level...
on
15 May 2013
Wiki Page:
Hinweis: Lokalisierung XAML (de-DE)
Carsten Siemens
Table of Contents Lokalisierung XAML Quellen Hinweise Lokalisierung XAML Quellen http://code.msdn.microsoft.com/windowsapps/Application-resources-and-cd0c6eaa http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh965326.aspx Hinweise Bei der Anbindung von Ressourcen beachten...
on
2 May 2013
Wiki Page:
How to Build, Manage and Navigate the User Interface of a WPF Application
Richard Mueller
Table of Contents Introduction Download Navigate Pages or Dashboard NavigationWindow 1. Hyperlink 2. Frame 3. NavigationService Dashboard Applications Side-note about the power of templates 4. Adding UserControls to XAML 5. Parent Cast 6. Inversion of Control / Dependancy Injection (kind of) 7. Application...
on
30 Apr 2013
Wiki Page:
Comparando Silverlight con aplicaciones Windows Store (es-ES)
Ed Price - MSFT
Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
on
8 Apr 2013
Wiki Page:
Silverlight for Windows Embedded (Windows Embedded Compact 7)
Yagmoth555
Silverlight for Windows Embedded is a native (C++ based) user interface (UI) development framework for Windows Embedded Compact powered devices and is based on Microsoft Silverlight 3. You can use Silverlight to do the following: Define visual UI for applications in XAML . Collaborate with designers...
on
23 Feb 2013
Wiki Page:
Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4
Yagmoth555
Hands-On Lab Introduction To Windows Workflow Introduction to Windows Workflow Foundation in .NET Framework 4 Contents Table of Contents Overview Exercise 1: Hello Workflow Task 1 – Creating a Simple Hello Workflow Application . Exercise 1 Verification ...
on
7 Feb 2013
Wiki Page:
Obtaining Meaningful Error Messages When Troubleshooting XAML in a Silverlight for Windows Embedded Application (Windows Embedded Compact 7)
Yagmoth555
When your Silverlight for Windows Embedded application encounters XAML issues during runtime, you might find that the warning and error messages in the Visual Studio output window do not provide specific information about the problem or where the problem occurred, making it difficult to interpret the...
on
6 Feb 2013
Wiki Page:
Blackboard Design Pattern: A Practical Example - Radar Defense System
Ed Price - MSFT
This article presents a WPF C# example of the Blackboard design pattern, available on TechNet Gallery. http://gallery.technet.microsoft.com/Blackboard-Design-Pattern-13a35a7e It discusses the concepts of the design pattern, and highlights points of interest for C#, WPF developers. ...
on
11 Jan 2013
Wiki Page:
Moving from Winforms to WPF
XAML guy
This article is for the WinForms developer learning WPF. It introduces important new concepts, and lists differences, pitfalls & work-arounds. Contributed to by those that have [or are still] taking that same journey. If you are on that journey and know of anything that is missing...
on
28 Oct 2012
Wiki Page:
XAML Array Static Data - Quick Reference
Zoltán Horváth
This is a collection of snippets useful in quickly plumbing a control with data. I use these in demos, tutorials, prototypes, and when replying to forum questions. NOTE: DO NOT TRY TO COPY FROM HERE, USE THIS MSDN SAMPLES PAGE INSTEAD, AS THIS WON'T COPY/PASTE WELL Table of Contents...
on
19 Sep 2012
Wiki Page:
WPF Printing Overview
XAML guy
Table of Contents Introduction 1. Using DrawingContext 2. Printing WPF Controls 3. Printing Flow Documents 4. Making and Printing XPS Documents 5. Capturing and Saving Video Stills 6. Landscape Printing Introduction The techniques covered here are all available in a downloadable project over...
on
21 Aug 2012
Wiki Page:
WpfHowTo: Avoid binding error when removing a DataGrid row with RelativeSource (Static Bridge/Relay)
dplotnikov - mvp
This project shows how to use a Static Bridge or Relay to share a property between Visual Tree elements and elements that have been removed from the UI, due to source data changes. In this example, a forum poster wondered why they got the following error when they deleted an item from the data bound...
on
2 Aug 2012
Wiki Page:
How to make a Simple fast WPF mouse tail (or tracer stream) (en-US)
dplotnikov - mvp
This article shows how to add "Tracer" objects, that follow the mouse around in a stream / tracer effect. The concept is to move away from a "controller" type solution where a monitor loop adds and removes dots. In this example, each dot is responsible for it's own actions...
on
31 Jul 2012
Page 1 of 2 (35 items)
1
2
Can't find it? Write it!
Post an Article