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
>
Windows Presentation Fondation
Tagged Content List
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:
WPF DataBinding References & Tutorials
Yagmoth555
Windows Presentation Foundation has a completely redesigned system for binding data to the UI, and can use a variety of binding sources including CLI objects and XML. WPF DataBinding is one of the most important aspects to WPF, so below is a collection of resources Microsoft links By far...
on
7 Feb 2013
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
Wiki Page:
WpfHowTo: A collection of helpful short articles
XAML guy
This page lists a collection of "How To" articles that have been created out of responses to a WPF questions on the MSDN WPF Forum . Convert Controls to XAML and Parse XAML into Controls Add a Debug/Output Console to your Application Change DataGrid RowHeader Properties...
on
17 Jul 2012
Wiki Page:
WpfHowTo: Pass and use a Control in it's own ValueConverter for Convert/ConvertBack
XAML guy
A common question on the WPF forums is how to pass the control itself into a ValueConverter that is acting on one of it's properties. This example shows how that is achieved with three examples. The main trick here is to use a MultiValueConverter and a MultiBinding, but where it is defined...
on
17 Jul 2012
Wiki Page:
WpfHowTo: Create & Group Expanders - Just One Expanded (Accordian like) and Animate Open & Close
XAML guy
Many people have found the Accordian control not flexible enough or a little buggy, or they don't want to add the WPF Toolkit to their project. However the Accordian is essentially just a grouped bunch of Expanders with animated open and close. This is easy to recreate with a ValueConverter on IsExpanded...
on
16 Jul 2012
Wiki Page:
WpfHowTo: Change DataGrid RowHeader Properties and/or Template When a Cell is Selected
XAML guy
This project shows the solution to a poster's question regarding manipulating the RowHeaderStyle, or other aspects of the row header, when a cell is selected. Changing the style means changing a property, or the template. This is best done by a Trigger, up where it needs to be done. ...
on
15 Jul 2012
Wiki Page:
WpfHowTo: Convert Controls to XAML and Parse XAML into Controls
XAML guy
This is a simple example of generating xaml markup out of WPF controls, recreating the control from the xaml, and adding back into the visual tree. The code included in this project starts with creating a button and setting a few properties. It then uses XamlWriter.Save to convert the control...
on
15 Jul 2012
Wiki Page:
WpfHowTo: Add a Debug/Output Console to your Application
XAML guy
This example shows how to make a multi-threaded handler for the built in Console commands. You can set Console.Out to any TextWriter . So you simply have to create your own TextWriter to handle cross-threaded handling of messages to your user interface. Below is an example of a writing Console...
on
15 Jul 2012
Page 1 of 1 (10 items)
Can't find it? Write it!
Post an Article