Sign in
WPF & Silverlight Designer
The Visual Designer for creating WPF & Silverlight applications in Visual Studio
Pages
Home
Table of Contents
Learn
Videos
FAQ
Team MSDN Forum
Search
Common Tasks
RSS for posts
Atom
RSS for comments
Tags
Binding Builder
Data Binding
Debugging
Extensibility
FAQ
How To
Known Issue
Layout
Metadata
Pages
Sample Data
Setup
Silverlight
Tips & Tricks
Tips & Tricks
Toolbox
Video
WPF
Archive
Archives
June 2010
(10)
May 2010
(3)
April 2010
(1)
March 2010
(2)
February 2010
(9)
January 2010
(16)
MSDN Blogs
>
WPF & Silverlight Designer
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WPF & Silverlight Designer
Creating and Consuming Resource Dictionaries in WPF and Silverlight
Posted
over 3 years ago
by
karl140.6
9
Comments
This article has a corresponding video that can be viewed here . Resource Dictionaries are a powerful feature in WPF and Silverlight that enable developers to organize and consume reusable resources. After completing this walk through you'll understand...
WPF & Silverlight Designer
Layout Techniques for Windows Forms Developers
Posted
over 3 years ago
by
karl140.6
5
Comments
This article has a corresponding video that can be viewed here . In a typical Windows Forms application control placement is set using the Location property, setting the X and Y sub property values. The Windows Forms designer provides a complete set of...
WPF & Silverlight Designer
Sample Data in the WPF and Silverlight Designer
Posted
over 3 years ago
by
karl140.6
3
Comments
Objective Requirements Retail release of Visual Studio 2010 and the latest Silverlight 4 tools for Visual Studio 2010 . Table of Contents Background Faux Types and Real Types Images in Sample Data Files Adding New Sample Data File Consuming Sample Data...
WPF & Silverlight Designer
Debugging Data Bindings in a WPF or Silverlight Application
Posted
over 3 years ago
by
karl140.6
4
Comments
The WPF and Silverlight platforms use late bound data binding resolution for bindings in XAML files. This feature allows a DataContext to be set at run-time and the objects within that DataContext to resolve their property bindings then. This late binding...
WPF & Silverlight Designer
Building a Simple Forms Application using the Silverlight Tools for Visual Studio 2010 and WCF RIA Services
Posted
over 3 years ago
by
Mark Wilson-Thomas
6
Comments
The final release of Silverlight 4 Tools for Visual Studio 2010 has recently shipped . Silverlight 4 Tools brings together Visual Studio 2010, Silverlight 4 and WCF RIA Services 1.0. This great combination of runtime and tooling makes it easier than ever...
WPF & Silverlight Designer
Create WPF Master – Detail UI Using Data Sources Window Object DataSource
Posted
over 3 years ago
by
karl140.6
8
Comments
This article has a corresponding video that can be viewed here . Master – Detail layouts are the bread and butter of Line of Business (LOB) applications. This walkthrough will show you how to drag & drop from the Data Sources Window to create the...
WPF & Silverlight Designer
Taming the WPF Expander Control
Posted
over 3 years ago
by
karl140.6
0
Comments
The WPF Expander control has a header and a collapsible window that developers can use in several different ways. One technique is to place multiple Expander controls in a StackPanel to create a UI region of expanding sections, Another technique...
WPF & Silverlight Designer
WPF & Silverlight Layout Controls
Posted
over 3 years ago
by
karl140.6
8
Comments
This article has a corresponding video that can be viewed here . The WPF and Silverlight platforms have a wide selection of powerful layout controls. This topic will provide you with an understanding of these layout controls and how to take advantage...
WPF & Silverlight Designer
How to Enable Using the Binding Builder in WPF and Silverlight Applications
Posted
over 3 years ago
by
karl140.6
2
Comments
When the Data Sources Window is used to generate the UI, the generated XAML injects design-time information so that the Binding Builder can be used to create bindings for the UI controls. What if your application was written in Visual Studio 2005 or 2008;...
WPF & Silverlight Designer
Tips and Tricks for working with the WPF and Silverlight Designer in Visual Studio 2010
Posted
over 3 years ago
by
karl140.6
7
Comments
This article is a collection of tips and tricks that we have gathered over the time we've spent building and using the Visual Studio 2010 WPF and Silverlight Designer, which you might not find elsewhere. We think they make working in the designer more...
WPF & Silverlight Designer
Create Silverlight Master – Detail UI Using Data Sources Window Object DataSource
Posted
over 3 years ago
by
karl140.6
8
Comments
This article has a corresponding video that can be viewed here . Master – Detail layouts are the bread and butter of Line of Business (LOB) applications. This walkthrough will show you how to drag & drop from the Data Sources Window to create the...
WPF & Silverlight Designer
Create First Silverlight Application
Posted
over 3 years ago
by
karl140.6
3
Comments
This article has a corresponding video that can be viewed here . Are you new to Silverlight? This walkthough will enable you to have a successful first time experience with the Silverlight Designer and creating your first Silverlight application. You...
WPF & Silverlight Designer
Create First WPF Application
Posted
over 3 years ago
by
karl140.6
2
Comments
This article has a corresponding video that can be viewed here . Are you new to WPF? This walk though will enable you to have a successful first time experience with the WPF Designer and creating your first WPF application. You will learn to easily create...
WPF & Silverlight Designer
How to Layout a Data Entry Form
Posted
over 3 years ago
by
karl140.6
0
Comments
This article has a corresponding video that can be viewed here . The WPF & Silverlight Designer provides the ability to quickly layout a data entry form. This walk-through will provide a workflow for laying out Labels and TextBoxes using the Grid...
WPF & Silverlight Designer
Final Release of Silverlight 4 Tools for Visual Studio 2010 is Now Available
Posted
over 3 years ago
by
Mark Wilson-Thomas
1
Comments
We are delighted to announce that the final release of Silverlight 4 Tools for Visual Studio 2010 is now available! What is in the Silverlight 4 Tools for Visual Studio 2010? Silverlight 4 Tools for VS 2010 includes many essential features to help...
WPF & Silverlight Designer
Setting Up Visual Studio for WPF and Silverlight Development
Posted
over 3 years ago
by
karl140.6
1
Comments
This article has a corresponding video that can be viewed here . This important information will enable you to be successful in discovering the toolset and setting up Visual Studio 2010 for WPF and Silverlight development. Table of Contents Visual Studio...
WPF & Silverlight Designer
Using WPF and Silverlight UserControls
Posted
over 3 years ago
by
karl140.6
13
Comments
UserControls promote code reuse, separation of concerns and simplify development by partitioning applications into smaller blocks of code. In this article you'll learn why you would use a UserControl, how to create one from the Toolbox, understand when...
WPF & Silverlight Designer
Known Issues for Visual Studio 2010 Release Candidate
Posted
over 3 years ago
by
karl140.6
13
Comments
This post provides information on a few high profile Visual Studio 2010 Release Candidate bugs and some additional information that will help developers have a successful experience with the WPF & Silverlight Designer. Table of Contents Known Issues...
WPF & Silverlight Designer
Known Issue – Controls Deriving From A Generic Base Class Must Be In Separate Assembly
Posted
over 3 years ago
by
karl140.6
8
Comments
There is a known issue when using the Visual Studio 2010 WPF & Silverlight Designer or XAML Editor and a control derives from a generic base class. The control and generic base class must be located in separate assemblies, otherwise the Designer...
WPF & Silverlight Designer
Three New WPF and Silverlight Designer Videos Posted
Posted
over 3 years ago
by
karl140.6
0
Comments
The WPF and Silverlight Designer Team has posted the following new widescreen videos: Layout Techniques for Windows Forms Developers Grid Control Design-Time Row and Column Manipulation Features Creating and Consuming Resource Dictionaries in WPF and...
WPF & Silverlight Designer
WPF & Silverlight Design-Time Code Sharing – Part I
Posted
over 3 years ago
by
karl140.6
2
Comments
This post along with Part II will cover writing design-time code that can be shared between WPF & Silverlight custom controls for the WPF & Silverlight Designer for Visual Studio 2010 that target .NET 4.0 and Silverlight 3 and 4. Normally in a...
WPF & Silverlight Designer
Loading Projects in Visual Studio not Located on Local Machine
Posted
over 3 years ago
by
karl140.6
2
Comments
The new boot from vhd feature that shipped in Windows 7 and Server 2008 has now given developers new options for setting up a test systems with different versions of Visual Studio. For the purpose of this post, local system is the vhd boot volume and...
WPF & Silverlight Designer
Known Issue: Control Design-Time Assemblies File Locking When Using WPF and Silverlight Designer
Posted
over 3 years ago
by
karl140.6
0
Comments
File Locking Issues when using WPF and Silverlight Designer When creating and testing a registered assembly (e.g. an assembly registered via TCI), it is possible to run into a file locking issue that causes compilation to fail. While there are a...
WPF & Silverlight Designer
WPF & Silverlight Design-Time Code Sharing – Part II
Posted
over 3 years ago
by
karl140.6
0
Comments
In WPF & Silverlight Design-Time Code Sharing - Part I , I introduced the custom controls and the required design-time features. I also covered how Visual Studio 2010 discovers and loads control design-time assemblies. In addition, I explained...
WPF & Silverlight Designer
Silverlight 4 Releases, Silverlight 4 Tools for Visual Studio 2010 RTM available now!
Posted
over 3 years ago
by
Mark Wilson-Thomas
0
Comments
As part of today's release of Silverlight 4, the WPF and Silverlight Designer team is pleased to announce that a release of the Silverlight Tools which works with Visual Studio 2010 RTM is now available. Where Can I Get These Tools? If you already...
Page 1 of 2 (33 items)
1
2