Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
RSS for comments
RSS for posts
Atom
Translate This Page
Translate this page
Powered by
Microsoft® Translator
WPF Links
Windows Presentation Foundation User Education
WPF “How Do I” videos on WindowsClient.NET
WPF Walkthroughs
WPF Tutorial.net by Christian Mosers
Windows Presentation Foundation FAQ
WPFwiki FAQ
WPF Text Blog
What's New in WPF Version 4
WPF 4 Release: A guide to the new features
WPF 4 (ScottGu's VS 2010 and .NET 4.0 Series)
WPF Performance and .NET Framework Client Profile
Recent Posts
How does WPF WebBrowser Control handle window.external.notify()?
Posted
over 2 years ago
by
Troy Martez [MSFT]
SystemColors Reference
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
Working Around RibbonWindow Dimensions Issues When Targeting .NET 3.5
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
Enabling ClearType for Ribbon Applications
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
Future of the WPF Ribbon
Posted
over 3 years ago
by
Troy Martez [MSFT]
Search
Archives
Archives
May 2011
(1)
November 2010
(1)
October 2010
(5)
August 2010
(14)
July 2010
(9)
Tags
Cache Composition
ClearType
ClickOnce
CodePlex
Control
Controls
Dimensions
EffectiveLeft
EffectiveTop
Graphics
Height
Mind Map
Ribbon
RibbonWindow
Rich Client
Skinning
Text
Themes
Unleashed
WebBrowser
Width
Windows 7
WinForms
WPF
WPF 4
Der deutsche Education Blog
The official blog of the Windows Presentation Foundation Team
MSDN Blogs
>
WPF Team Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WPF Team Blog
How does WPF WebBrowser Control handle window.external.notify()?
Posted
over 2 years ago
by
Troy Martez [MSFT]
1
Comments
Every now and then we get some really good questions that make us think. This was one of those questions. Here was the original Tweet that was sent our way. For those of you unfamiliar with the context of the question, it comes from a Silverlight point...
WPF Team Blog
SystemColors Reference
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
4
Comments
WPF exposes a swatch of colors that comprise the current Windows system theme. These are available in the SystemColors class as Colors , Brushes , and corresponding ResourceKeys (for binding with dynamic notification of changes to these colors, e.g. if...
WPF Team Blog
Working Around RibbonWindow Dimensions Issues When Targeting .NET 3.5
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
0
Comments
For those targeting .NET 3.5, you will notice that RibbonWindow’s Height, Width, Left, and Top properties are a little funky and can be misreported. This article explains why RibbonWindow on .NET 3.5 has these issues, how the issues manifest, and...
WPF Team Blog
Enabling ClearType for Ribbon Applications
Posted
over 3 years ago
by
Patrick Finnigan - MSFT
6
Comments
The Ribbon RTM release was built against .NET 3.5, but our October 2010 release of Ribbon includes both .NET 3.5 and .NET 4.0 Ribbon DLLs. With the v4.0 Ribbon, we have enabled ClearType on all of the Ribbon controls using RenderOptions.ClearTypeHint...
WPF Team Blog
Future of the WPF Ribbon
Posted
over 3 years ago
by
Troy Martez [MSFT]
8
Comments
I’m sure many of you are wondering what the future of the WPF Ribbon will look like. The future is hard to predict and there are so many things that can change. But here is a short list of things we will be looking into for the future of the WPF...
WPF Team Blog
WPF Ribbon October 2010 Update Details
Posted
over 3 years ago
by
Troy Martez [MSFT]
18
Comments
Here is the detailed list of the items that were fixed in the October 2010 update. Ribbon Split Button is only half-highlighted when users mouse over the button Ribbon Title is bottom-aligned, should be centered Ribbon Quick Access Toolbar...
WPF Team Blog
UPDATE: Microsoft Ribbon for WPF October 2010
Posted
over 3 years ago
by
Troy Martez [MSFT]
14
Comments
Here is the October 2010 update for the Microsoft Ribbon for WPF. This update contains the latest product changes and fixes for the WPF Ribbon. You can download the latest ribbon here . We’ve made a few changes to the WPF Ribbon you might be...
WPF Team Blog
Ribbon Browser Application without the title row
Posted
over 3 years ago
by
Varsha [MSFT]
2
Comments
We have received a query about being able to hide the title panel in a Ribbon Browser Application. As always this can be achieved by finding the appropriate element within the Ribbon template and manipulating its Visibility. The attached project demonstrates...
WPF Team Blog
Images in Ribbon Sample
Posted
over 3 years ago
by
Varsha [MSFT]
4
Comments
We have received some feedback about the blurriness of the images in the Ribbon sample that was published alongside the Ribbon release . We would like to clarify that the sole purpose of this sample application is to showcase the API capabilities for...
WPF Team Blog
Picking the right resolution for RibbonWindow's Icon
Posted
over 3 years ago
by
Varsha [MSFT]
0
Comments
It has been reported that when using an icon file as RibbonWindow.Icon, the icon is rendered blurry due to bitmap scaling. The reason for this issue is the inherent behavior of WPF Image element to simply display the first decoded bitmap frame within...
WPF Team Blog
Visual improvements for RibbonQuickAccessToolBar
Posted
over 3 years ago
by
Varsha [MSFT]
3
Comments
Here are couple of scenarios that can be improved. The contents of the QuickAccessToolBar show far too low within the title area of the window. It is preferable that the left and right separators for a RibbonQuickAccessToolBar not show if this...
WPF Team Blog
WPF ZoomableCanvas with a million items (from Kael Rowan)
Posted
over 3 years ago
by
Rob Relyea [MSFT]
0
Comments
Kael Rowan just posted " ZoomableApplication2: A million items ", a post that should be very helpful to some WPF Application developers. We've definitely seen many applcations built that have a designer like surface (zoomable, pannable) with many boxes...
WPF Team Blog
Preview: WPF 4 Unleashed - Why WPF, and What About Silverlight
Posted
over 3 years ago
by
tedwpfatmsft
2
Comments
Hey WPFers, WPF4 Unleashed has been, well, unleashed! Get a preview of Chapter 1 @ http://bit.ly/cwGYbY . Enjoy! My name is Ted Hu, a Senior Program Manager for the WPF Team. I love hearing from customers - please let me...
WPF Team Blog
SystemMenu does not show correctly when Ribbon application is run against .Net 4.0.
Posted
over 3 years ago
by
Varsha [MSFT]
3
Comments
It has been reported that when using a Ribbon hosted in a RibbonWindow in an application targeting .Net 4.0, the SystemMenu does not show in the correct location. See screenshot below. Please note that this bug does not exist when targetting .Net...
WPF Team Blog
How do I add Galleries to my Ribbon?
Posted
over 3 years ago
by
Varsha [MSFT]
2
Comments
RibbonGallery is a new metaphor introduced as part of the Ribbon UI. It is a control that visualizes a list of RibbonGalleryItems that are grouped into RibbonGalleryCategories . RibbonGallery is typically used to visualize a set of related choices that...
WPF Team Blog
How can I add rich ToolTips to my Ribbon controls?
Posted
over 3 years ago
by
Varsha [MSFT]
0
Comments
There are six properties on each Ribbon control that enable creation of rich ToolTips such as the one shown below. ToolTipTitle ToolTipDescription ToolTipImageSource ToolTipFooterTitle ToolTIpFooterDescription...
WPF Team Blog
Why should I use a RibbonWindow?
Posted
over 3 years ago
by
Varsha [MSFT]
6
Comments
RibbonWindow is a subclass of the regular WPF Window that provides additional services to be able to integrate Ribbon components with the Window Chrome. To demonstrate this use the sample application from the previous post . Right-click...
WPF Team Blog
Bind my Ribbon UI to my data model
Posted
over 3 years ago
by
Varsha [MSFT]
0
Comments
The recommended way to bind the Ribbon UI to a data model is to encapsulate the command and the state associated with each control into a data object that is used as the DataContext for that control. You can then apply an implicit Style to the control...
WPF Team Blog
Add more content to my Simple Ribbon Application
Posted
over 3 years ago
by
Varsha [MSFT]
2
Comments
To add more content to the Simple Ribbon Application that we created in the previous post , you can drag-drop variety of elements from the VS toolbox onto the Ribbon. Drag RibbonGroup to the Home Tab and name it Group2 . Drag three...
WPF Team Blog
Building a Simple Ribbon Application in WPF
Posted
over 3 years ago
by
Varsha [MSFT]
0
Comments
The simplest way to get started is to use the WPF Ribbon Application project template. Install VS 2010 Install Microsoft Ribbon for WPF Launch VS 2010 Add New Project – WPF Ribbon Application If...
WPF Team Blog
Introducing Microsoft Ribbon for WPF
Posted
over 3 years ago
by
Varsha [MSFT]
26
Comments
They say that a picture speaks a thousand words. So here are some to whet your appetite. Read next post to get started using the WPF Ribbon. Pete Brown's blog post about the WPF Ribbon makes an interesting read as well. WPF Ribbon Application VS...
WPF Team Blog
Microsoft XAML Toolkit CTP - July 2010
Posted
over 3 years ago
by
Brian Chapman _MSFT_
0
Comments
We have just released the Second CTP of the XAML Tool Kit. There is still some work to do before the XAML Toolkit is at full release quality, so this is still labeled as a CTP. However, we are confident that it is stable, usable, and suitable for the...
WPF Team Blog
Microsoft XAML Toolkit CTP – July 2010: FxCop Integration
Posted
over 3 years ago
by
Brian Chapman _MSFT_
2
Comments
This post describes the FxCop Integration feature of the XAML Toolkit CTP – July 2010, announced here and downloadable here . It borrows heavily from Mike Shim’s earlier post on XAML FxCop . The tool kit’s integration with FxCop has been tested...
WPF Team Blog
Microsoft XAML Toolkit CTP – July 2010: XAML DOM
Posted
over 3 years ago
by
Brian Chapman _MSFT_
3
Comments
This post describes the XAML DOM feature of the XAML Toolkit CTP – July 2010, announced here and downloadable here . It borrows heavily from Mike Shim’s post announcing the first CTP . Here’s a simple example of reading a XAML document and writing...
WPF Team Blog
Microsoft XAML Toolkit CTP – July 2010: FxCop Rule Authoring
Posted
over 3 years ago
by
Brian Chapman _MSFT_
0
Comments
The XAML toolkit, announced here and downloadable here , provides a number of FxCop rules for analyzing your XAML. This post describes how the XAML Toolkit also helps you write FxCop rules. Writing an FxCop Rule There are resources on the...
Page 1 of 2 (30 items)
1
2