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
>
WPF
Tagged Content List
Wiki Page:
Validating Data in WPF 4.5 Using the INotifyErrorDataError Interface
Peter Geelen - MSFT
Table of Contents Introduction Multiple errors per property Asynchronous validation Visual feedback Custom error objects Cross-property errors Introduction This post is about how you can validate data in a WPF application using the System.ComponentModel.INotifyDataErrorInfo interface that was...
on
19 Sep 2013
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:
WPF
Maheshkumar S Tiwari
WPF is an acronym for Windows Presentation Foundation . WPF was previously known as "Avalon"
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:
WPF: Best ComboBox Tutorial Ever
Naomi N
Table of Contents Introduction Building the Sample Description 1. List<string> SelectedItem 2. List<Class> SelectedItem 3. List<Class> SelectedValue 4. ComboBox ItemTemplate 5. XAML Array - Static XAML Data 6. XML Data - XmldataProvider 7. Static Class Property 8. Composite Collection...
on
31 Aug 2013
Wiki Page:
Starting your PixelSense Application Efficiently
Carsten Siemens
When you start to build application for the SUR40 and Microsoft PixelSense, all used to work really perfectly well on the simulator and your development PC. When you start to install and run your application directly on the device in Surface mode, you start to face a challenging but important issue...
on
22 Aug 2013
Wiki Page:
WPF/MVVM: Binding the IsChecked Property of a CheckBox to Several Other CheckBoxes
Ed Price - MSFT
Table of Contents Introduction Grouping in XAML Data Templating Defining a GroupStyle The binding Selecting all CheckBoxes Introduction This article provides an example on how you can use a three-state Checkbox control to set the IsChecked property of several other related CheckBoxes in a data...
on
19 Aug 2013
Wiki Page:
Books for Developers
Roberto.Borges
This topic is a recommended reading. This article indicates a suggested or recommended reading that will provide you with accurate and important informations for a better understanding of the covered topic. Table of Contents Introduction .NET General ADO.NET ASP.NET Best Practices...
on
15 Aug 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:
WPF Data, Item and Control Templates - Minimum Code, Maximum Awesomeness
Ed Price - MSFT
Table of Contents Introduction The Sample Project A Brief Explanation Introduction This article is going to highlight some of the awesomeness of WPF (and Silverlight) through XAML, INotifyPropertyChanged, Item Templates, Data Templates and Control Templates. The Sample Project ...
on
6 Aug 2013
Wiki Page:
La classe Multibinding in Wpf e C# (it-IT)
Carmelo La Monica
In questo semplice esempio vedremo come utilizzare la Classe Multibinding . La classe MultiBinding consente di associare una proprietà di destinazione dell'associazione a un elenco di proprietà di origine e di applicare quindi una logica per produrre un valore con gli input specificati. In questo...
on
5 Aug 2013
Wiki Page:
La classe Multibinding in Wpf e VB NET (it-IT)
Carmelo La Monica
In questo semplice esempio vedremo come utilizzare la Classe Multibinding . La classe MultiBinding consente di associare una proprietà di destinazione dell'associazione a un elenco di proprietà di origine e di applicare quindi una logica per produrre un valore con gli input specificati. In questo...
on
5 Aug 2013
Wiki Page:
Windows Presentation Foundation
Richard Mueller
Note: This page is currently a stub article. Add information as you can. Table of Contents Introduction Styles & Control Templates Triggers WPF Design Patterns Code Behind Model View ViewModel (MVVM) Community Resources MSDN Library Web Pages Technical Articles Books Videos Introduction...
on
4 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:
WPF: How To Manage Available/Selected Lists using MVVM Or Code Behind
Ed Price - MSFT
Table of Contents Introduction Download Description MVVM Code Behind Introduction This example shows how to handle two lists for selecting items. One showing selected items, the other showing remaining options available (minus the selected options). As you select items from the ComboBox...
on
10 Jul 2013
Wiki Page:
WPF: TreeView SelectedItem TwoWay MVVM (plus expand to selected and close all others)
Ed Price - MSFT
Table of Contents Introduction Building the Sample Description Introduction This sample shows how to two-way-bind to the SelectedItem property of a WPF or Silverlight TreeView . It also shows how to expand nodes down to the selected item, and collapse all other nodes (to keep it tidy)....
on
6 Jul 2013
Wiki Page:
Event handling in an MVVM WPF application
Ed Price - MSFT
In a WPF application that uses the MVVM (Model-View-ViewModel) design pattern, the view model is the component that is responsible for handling the application's presentation logic and state. This means that the view's code-behind file should contain no code to handle events that are raised...
on
6 Jul 2013
Wiki Page:
Cascading ComboBoxes in WPF using MVVM
Ed Price - MSFT
When a user is selecting an item from a cascading ComboBox, another ComboBox gets automatically populated with items based on the selection in the first one. This article is about how you can implement this behaviour in a WPF application using the MVVM (Model-View-ViewModel) pattern. Assume that...
on
6 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:
MVVM and ScatterView
Gian Paolo Santopaolo - Software Lab
ScatterView provides a simple way to create applications that enhance the Microsoft PixelSense experience. It is a common way to visualize content that can be manipulated freely by user. Figure 1 ScatterView with some different ScatterViewItems All those who have tried to bind...
on
21 May 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
Page 1 of 3 (55 items)
1
2
3
Can't find it? Write it!
Post an Article