Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows Presentation Foundation   (RSS)

.NET Framework 4 Beta 2 documentation now available

Docs for .NET Framework 4 Beta 2 , Windows Presentation Foundation (WPF) , and Visual Studio 2010 Beta 2 are now available at MSDN. You can get information on installing the beta here . Here are some of the latest updates to the WPF documentation that

WPF Toolkit is live - DataGrid, Ribbon, and Calendar preview versions

In conjunction the morning keynote presentation at PDC, the public releases of DataGrid and Ribbon are now live. Download the binaries and source from here: · WPF Toolkit including V1 of DataGrid, V1 of DatePicker/Calendar, & preview of VisualStateManager

Custom Window Chrome in WPF

Guest post by Joe Castro, WPF product team developer This document covers the design and some implementation details of getting WPF windows wrapped in custom chrome. Currently WPF supports standard windows, with an icon, title-text, and caption buttons,

WPF Designer: Changes and Fixes in VS2008 SP1 Beta

Here's the definitive list: List of changes and fixed issues for Visual Studio 2008 Service Pack 1 Beta for Windows Presentation Foundation Designer New features The Properties window now contains the Events tab. The Events tab lets you create events,

Download Visual Studio 2008 SP1 Beta

Get it here . Discuss amongst yourselves at the forum . Don't miss Guy Burstein's guided tour . Here's the official word: Visual Studio 2008 With Visual Studio 2008, developers and development organizations have the tools that enable them to be more productive,

Data Validation in 3.5

A cool new feature in the Data area in 3.5 is the support for IDataErrorInfo. Let's take a look at the data validation model in 3.5 by starting with a memory refresher of that in 3.0. We end with a section that discusses how to choose between the different

UIElement3D - Input, Focus, and Eventing support in 3D

One of the great new additions in 3.5 is UIElement3D, which brings input, focus, and eventing to the 3D space. To use UIElement3D, you can use the two new classes that derive from it, ModelUIElement3D and ContainerUlElement3D, or you can create your own

Annotated FlowDocument Viewer with Comments Pane

A new WPF 3.5 feature in the Annotations area is the capability to match annotations with the corresponding annotated objects. For example, you can now implement a document viewing application that has a comments pane, where the paragraph that contains

What's New in WPF 3.5 - Going Deeper

In the last post we gave you the list of new WPF 3.5 features . If you're looking for more details, check out the What's New in WPF 3.5 doc on MSDN .

What's New in WPF in the .NET FX 3.5 Beta 2 release

Visual Studio 2008 Beta 2 and the .NET Framework 3.5 Beta 2 are now available! You can download them here . Read more about this release on Somasegar's annoucement post . What's new in WPF? Here's a non-comprehensive list: Application Model o WPF builds

Expert advice on XmlDataProvider usage

I came across the following Q&A from the technical chat transcript from several months ago. Our WPF data binding expert Sam Bent was the one providing the great answers. It’s excellent information about the XmlDataProvider and I thought I’d share

WPF perf tool available as standalone MSI!

To make it easier for everyone, we have posted the WPF perf tool mentioned here as a standalone install. Here is the x86 and the x64 version. Some people have run into the following error when loading the app: The component 'Microsoft.WpfPerformance.AddToolDialog'

Binding to Web Services

In WPF, you bind to objects returned by web service method calls the same way you bind to any other objects. To demonstrate, we’ll walk through a simple application that consumes the MSDN/TechNet Publishing System (MTPS) Content Service, discussed here

Popup your control

You want a custom control to behave like a Popup and appear over your application and other windows? So you should inherit from Popup, right? Not necessarily. Another approach is to create your custom control, add a Popup to it, and use the popup service.

Latest version of WPFPerf.exe available

The latest version of the WPF Performance Suite has just be released in the Windows SDK for Windows Server and .NET Framework 3.5 ! If you install the SDK, you'll find WpfPerf.msi , which lets you install the latest perf suite. The accompanying “Performance
More Posts Next page »
 
Page view tracker