<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx</link><description>The WPF platform is powerful but relatively new. We realize that some things are lacking and we are in listening mode. If you feel that we need to improve or add something, send me a comment. We'll make sure you are heard. :) Share this post</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7329715</link><pubDate>Wed, 30 Jan 2008 20:25:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7329715</guid><dc:creator>Basile</dc:creator><description>&lt;p&gt;Since most LOB applications require such controls as Calendar, DateTimePicker, MaskedTextBox and Grid, you certainly need to add native WPF controls for those. I know that some of those are available as third party components, but how many organizations want to add so many third party dependencies to their projects (ie. Xceed datagrid, Kevin's Bag-O-Tricks datepicker, AvalonControlsLibrary TimePicker and MaskedTextBox)? Also, not sure about the grid, but most of the other controls are not exactly production grade. I'm believe many more organizations would consider using WPF if at least those basic controls would be included in the framework.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7329802</link><pubDate>Wed, 30 Jan 2008 20:32:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7329802</guid><dc:creator>William</dc:creator><description>&lt;p&gt;DataGrid, DataGrid, DataGrid!!!&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7329901</link><pubDate>Wed, 30 Jan 2008 20:39:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7329901</guid><dc:creator>Edward J. Stembler</dc:creator><description>&lt;p&gt;Personally, I've been pushing for support of blend modes from the beginning.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1001946"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1001946&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7330022</link><pubDate>Wed, 30 Jan 2008 20:46:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7330022</guid><dc:creator>wallacesantos</dc:creator><description>&lt;p&gt;I'm totally agree with Basile. We need more built in controls. &lt;/p&gt;
&lt;p&gt;Maybe a little bit more control over controls hierarchy is welcome (something like public methods to add and remove logical childs, not only protected internal).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7330032</link><pubDate>Wed, 30 Jan 2008 20:47:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7330032</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;More performance for 2D or 3D gimmicks and off curse controls like the normal WindowsForms controls.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7330043</link><pubDate>Wed, 30 Jan 2008 20:47:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7330043</guid><dc:creator>Mark Heath</dc:creator><description>&lt;p&gt;allow us to set properties from other threads without needing to use Dispatcher.BeginInvoke&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7330537</link><pubDate>Wed, 30 Jan 2008 20:57:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7330537</guid><dc:creator>Dany Laporte</dc:creator><description>&lt;p&gt;Very important, a must:&lt;/p&gt;
&lt;p&gt;- Add missing controls for LOB applications, eg (Date / calendar controls, data grids, numeric box, masked edit, ...)&lt;/p&gt;
&lt;p&gt;Good to have:&lt;/p&gt;
&lt;p&gt;- Allow to skin (control template) the window header.&lt;/p&gt;
&lt;p&gt;Split control template to make controls easier to skin.&lt;/p&gt;
&lt;p&gt;- Add missing but often needed properties:&lt;/p&gt;
&lt;p&gt;(like in the Expander: left to right button placement)&lt;/p&gt;
&lt;p&gt;- Add more virtualizing panels out of the box. Just think of a photo album with thousands of photos. A StackPanel does not optimize the presentation.&lt;/p&gt;
&lt;p&gt;- Window / Page Inheritance, I know it's probably better to have composability instead of inheritance but something like &amp;quot;Traits&amp;quot; are a good alternative.&lt;/p&gt;
&lt;p&gt;- More gradient style (Linear and Radial are good but...)&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7330795</link><pubDate>Wed, 30 Jan 2008 21:02:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7330795</guid><dc:creator>mterwoord</dc:creator><description>&lt;p&gt;How about having more hardware-accelerated effect, like the blur thingy?&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7331277</link><pubDate>Wed, 30 Jan 2008 21:13:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7331277</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;1.) ability to create custom bitmap effects as pixel shaders&lt;/p&gt;
&lt;p&gt;2.) gradient meshes&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7331308</link><pubDate>Wed, 30 Jan 2008 21:14:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7331308</guid><dc:creator>karl1406</dc:creator><description>&lt;p&gt;Can we get some examples from the WPF Team for control designers. &amp;nbsp;Specifically, which control designer attributes are honored by VS2008 and Blend. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which attributes to use with which property Type.&lt;/p&gt;
&lt;p&gt;Thank you for asking!&lt;/p&gt;
&lt;p&gt;Karl&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7331329</link><pubDate>Wed, 30 Jan 2008 21:15:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7331329</guid><dc:creator>Ross</dc:creator><description>&lt;p&gt;I know it's been worked on, but the blurry text issue for size 14 fonts and below has to be resolved before any company will use it in LOB applications&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7331511</link><pubDate>Wed, 30 Jan 2008 21:25:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7331511</guid><dc:creator>Robert Hood</dc:creator><description>&lt;p&gt;DataGrid and visual studio style tabbed-mdi control&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7331928</link><pubDate>Wed, 30 Jan 2008 21:49:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7331928</guid><dc:creator>Chad Campbell</dc:creator><description>&lt;p&gt;In addition to the controls already mentioned, I would really like to see the following: &lt;/p&gt;
&lt;p&gt;- Charts/Graphs, &lt;/p&gt;
&lt;p&gt;- Further remove dependence on Windows Forms (I would like to do system tray stuff with WPF), &lt;/p&gt;
&lt;p&gt;- Extend the content model to the PasswordBox (maybe someone would like to use hearts instead of bullets for the masks :))&lt;/p&gt;
&lt;p&gt;- Support for HTML or an easy way to strip HTML content from a string. &amp;nbsp;This is necessary for working with RSS feeds. Technically RSS shouldn't have HTML in it, but a lot of people do it.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332356</link><pubDate>Wed, 30 Jan 2008 22:14:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332356</guid><dc:creator>Lluís Chimeno</dc:creator><description>&lt;p&gt;Accelerate Animations with BitmapEffects.&lt;/p&gt;
&lt;p&gt;Virtualizing listbox templated with WrapPanel&lt;/p&gt;
&lt;p&gt;Better access to auto generated FrameworkElements.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332369</link><pubDate>Wed, 30 Jan 2008 22:15:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332369</guid><dc:creator>Robert J</dc:creator><description>&lt;p&gt;1. Faster cold startup. It is really hard to make a customer accept that even the smallest LOB application will require &amp;gt; 10 seconds to start on an otherwise fast computer. &lt;/p&gt;
&lt;p&gt;2. Access to a fast 32-bit array of pixels for doing graphical effects&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332472</link><pubDate>Wed, 30 Jan 2008 22:22:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332472</guid><dc:creator>wekempf</dc:creator><description>&lt;p&gt;There's lots of extensibility issues you should address. &amp;nbsp;Just an example, making the constructors for the RoutedCommand event arguments public would help a lot with being able to modify the commanding architecture. &amp;nbsp;There are lots of examples of this nature.&lt;/p&gt;
&lt;p&gt;Make it easier to bind events/commands to handlers somewhere other than in the codebehind. &amp;nbsp;M-V-poo architectures are much more difficult to build when you can't declaratively bind events/commands to your &amp;quot;poo&amp;quot;. &amp;nbsp;It's obviously possible to roll your own solutions here, but this is something that should be baked in, and with a clean syntax.&lt;/p&gt;
&lt;p&gt;Allow lazy creation of collections from XAML. &amp;nbsp;If a property is a collection type and I provide a bunch of child items but there's no collection, instantiate it first rather than throwing an exception. &amp;nbsp;This is especially important for attached properties, where there's no way to instantiate the collection for the user. &amp;nbsp;The XAML becomes too bloated when we have to specify creation of the collection here. &amp;nbsp;In this same area, you should provide a means to declare read-only attached collection properties that still lazily create the collection.&lt;/p&gt;
&lt;p&gt;Do &amp;quot;something&amp;quot; about the weird behavior of the PageFunction Return event. &amp;nbsp;The bizarre behavior of recreating the handler to the newly created page in order to not have to cache the page in the navigation history is just confusing. &amp;nbsp;Worse, the requirement this causes where you have to only add handlers from the calling page is awful. &amp;nbsp;At the very least, you'd better document that one better, but it would be preferable to remove this restriction entirely.&lt;/p&gt;
&lt;p&gt;If there's a control in the OS, there'd better be an equivalent in WPF. &amp;nbsp;Even something as simple as a Vista task dialog, though it can be coded in WPF in under 30 seconds, is not something we should have to do. &amp;nbsp;More complicated controls, like a date picker, are actually beyond the ability of most developers to code correctly. &amp;nbsp;Problems with internationalization and accessibility will plague too many programs when these aren't provided by the framework. &amp;nbsp;Advanced controls, like a Ribbon, would be nice, but are of less importance, IMO.&lt;/p&gt;
&lt;p&gt;Common dialogs had better allow us full capabilities. &amp;nbsp;The lack of Vista styled open/save dialogs with out resorting to WinForms, for instance, is just sad.&lt;/p&gt;
&lt;p&gt;Add MDI capabilities. &amp;nbsp;This isn't too hard to do yourself, but it's something that should be provided by the framework.&lt;/p&gt;
&lt;p&gt;Add more &amp;quot;standard&amp;quot; commands. &amp;nbsp;Things like About, Exit (Close causes confusion, especially if you've got an MDI window).&lt;/p&gt;
&lt;p&gt;Provide some decent reference applications. &amp;nbsp;There's rumors that Wordpad, Calculator and Paint have been redone for Windows 7 in WPF. &amp;nbsp;Applications like those, provided as sample applications with source code in MSDN, would be invaluable to new WPF developers. &amp;nbsp;Simple but complete applications, coded as a production application should be, with source code provided.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332607</link><pubDate>Wed, 30 Jan 2008 22:31:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332607</guid><dc:creator>Robert J</dc:creator><description>&lt;p&gt;Oh yeah: &lt;/p&gt;
&lt;p&gt;3. Built-in Undo/Redo for commanding. &lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332691</link><pubDate>Wed, 30 Jan 2008 22:35:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332691</guid><dc:creator>TC</dc:creator><description>&lt;p&gt;Last time I checked, I couldn't find a WPF TreeView control that supports multi-select... it'd be very nice to have one&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7332922</link><pubDate>Wed, 30 Jan 2008 22:46:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7332922</guid><dc:creator>FKruesch</dc:creator><description>&lt;p&gt;WPF is way too complex, you seriously need to find a way to simplify it. &lt;/p&gt;
&lt;p&gt;Also it would be good to have a better out-of-the-box experience when it comes to styles and templates. Face it, not every small shop will hire a designer to pull off a small LOB app. A simplified way to use simple styles as default plus some good choices for default margins might help. &lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7333267</link><pubDate>Wed, 30 Jan 2008 23:06:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7333267</guid><dc:creator>ED</dc:creator><description>&lt;p&gt;More text antialiasing options (none/gray scale/different modes of cleartype).&lt;/p&gt;
&lt;p&gt;Get rid of blurry text effect while scrolling/animating content.&lt;/p&gt;
&lt;p&gt;VS designer property grid improvements (more property editors).&lt;/p&gt;
&lt;p&gt;Enhance Expression Blend to make it ready for the industry (fully-functional code editor, IntelliSense in code/XAML, work with events without VS, classic white UI style (VS-like) without blurry text).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7333372</link><pubDate>Wed, 30 Jan 2008 23:13:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7333372</guid><dc:creator>Cyonix</dc:creator><description>&lt;p&gt;Let the Frame control render html from a string. The Frame control is based around the webbrowser control so it should be possible.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7333565</link><pubDate>Wed, 30 Jan 2008 23:24:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7333565</guid><dc:creator>small_mountain</dc:creator><description>&lt;p&gt;My company would love to adopt WPF for our statistical/scientific visualization application, but the retained-mode-only nature of WPF makes it impossible. &amp;nbsp;Retained mode is great for a snazzy UI with a few hundred objects. &amp;nbsp;We render arrays of graphs which together contain more than a million points/markers. &amp;nbsp;No retained-mode system can handle that - memory usage skyrockets.&lt;/p&gt;
&lt;p&gt;If WPF is ever to deprecate GDI (and heaven knows it needs to), it must have immediate-mode support, somehow. &amp;nbsp;There are classes of applications that simply will never be brought to a retained-mode-only system.&lt;/p&gt;
&lt;p&gt;Please save us from GDI by adding immediate-mode support to WPF.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7333665</link><pubDate>Wed, 30 Jan 2008 23:33:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7333665</guid><dc:creator>Dany Laporte</dc:creator><description>&lt;p&gt;Allow to set the readonly / disabled color from the style. I don't want to edit the control template to change colors.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7333690</link><pubDate>Wed, 30 Jan 2008 23:36:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7333690</guid><dc:creator>Aaron</dc:creator><description>&lt;p&gt;There's a few good things here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://rrelyea.spaces.live.com/blog/cns"&gt;http://rrelyea.spaces.live.com/blog/cns&lt;/a&gt;!167AD7A5AB58D5FE!698.entry&lt;/p&gt;
&lt;p&gt;And on my web site:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.wiredprairie.us/journal/2006/10/wpf_lob_feedback.html"&gt;http://www.wiredprairie.us/journal/2006/10/wpf_lob_feedback.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7334089</link><pubDate>Thu, 31 Jan 2008 00:01:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7334089</guid><dc:creator>Boris</dc:creator><description>&lt;p&gt;WishList (or do you really listen?)&lt;/p&gt;
&lt;p&gt;Techninal Aspects:&lt;/p&gt;
&lt;p&gt;Blurry Text: &lt;/p&gt;
&lt;p&gt;That &amp;quot;Problem&amp;quot; must be solved! How can the &amp;quot;Next Generation Presentation Technologie&amp;quot; be a selling point for WPF, if not even text seems readable? &lt;/p&gt;
&lt;p&gt;Transparancies and Animation:&lt;/p&gt;
&lt;p&gt;Take a look at AIR and Flash!!! - i recently saw &amp;quot;them&amp;quot; animating native OS Windows as well as any kind of shaped Window (like WPF Transparent Windows)&lt;/p&gt;
&lt;p&gt;that was universes ahead of the current WPF Performance! (Frusttrating to see that &amp;quot;strangers&amp;quot; seem to understand more about how to set this up than the creators of the operating system themselfs)&lt;/p&gt;
&lt;p&gt;3D:&lt;/p&gt;
&lt;p&gt;Overall Performance, Features and ease of use. &lt;/p&gt;
&lt;p&gt;(Take a look at PaperVision3D! - Excellent performance, easy to use, and even shaders included)&lt;/p&gt;
&lt;p&gt;Bitmap effects/ Filters: &lt;/p&gt;
&lt;p&gt;Well, what to say - where are they and when will they be usable? (compare Bitmap Filter Effects in Flahs - once more universes ahead!)Yes, i have heard of &amp;nbsp;cumbersome workarounds like Blendables ElementSnapshot&lt;/p&gt;
&lt;p&gt;When comes all the promised power of hardware acceleration into play?&lt;/p&gt;
&lt;p&gt;Complexity (examples):&lt;/p&gt;
&lt;p&gt;Drag n Drop: &lt;/p&gt;
&lt;p&gt;I am totaly confused that a totally common pattern in todays applications like Drag n Drop requires still reading tons of blogs and MSDN articles (Have you tried to do drag n drop in listbox or Treeview).&lt;/p&gt;
&lt;p&gt;Why is that not baked into the Framework as a matter or setting a couple of proberties?&lt;/p&gt;
&lt;p&gt;Controls: &lt;/p&gt;
&lt;p&gt;More or them out of the Box or at least more ideas best practices of how to develop them. (Thousand ways of doing things hard to find the red line.) &lt;/p&gt;
&lt;p&gt;Spiritual Side:&lt;/p&gt;
&lt;p&gt;Support and enthusiasm:&lt;/p&gt;
&lt;p&gt;This sections is probably the most important for me and harder to implement/ reimplement than any of the others issues&lt;/p&gt;
&lt;p&gt;A sad general observation is that most of the WPF people in MS who provided valuable information with their blogs in the beginning seem to have disappeared like &amp;quot;platform developed-job done&amp;quot;. Left behind: still a thousand questions and noone to fill the knowledge gap.&lt;/p&gt;
&lt;p&gt;Where have all the Chris Andersons, Fillipe Fortes, John Gossmans, Dan Creviers, Kevin Moores and many others gone - where is all the passion gone?&lt;/p&gt;
&lt;p&gt;(to people who dont know what i am talking about check out tim sneaths wpf-blogger list and see the last blog entries about WPF in any of those) &lt;/p&gt;
&lt;p&gt;Extra mention: Kevin Moore was to me the last WPF man standing - Big loss-no replacement seen yet)&lt;/p&gt;
</description></item><item><title>Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7334489</link><pubDate>Thu, 31 Jan 2008 00:34:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7334489</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7334506</link><pubDate>Thu, 31 Jan 2008 00:35:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7334506</guid><dc:creator>Rod Mac</dc:creator><description>&lt;p&gt;a comparable construct in C# to match VB's With...End With statement so it's super easy to set WPF attributes in code rather than XAML markup. In case you're going to ask what's wrong with XAML: it can't easily be obfuscated; business UI's don't need to be designer skinnable therefore it's pointless for many scenarios; it's more to learn; it's not easy for designers to hand edit anyway (if they need Blend to edit it, might just as well be a binary format). &lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7334778</link><pubDate>Thu, 31 Jan 2008 00:55:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7334778</guid><dc:creator>Tor Langlo</dc:creator><description>&lt;p&gt;* Make xaml a first class citizen in VS:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Allow refactoring to include xaml code&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Allow &amp;quot;find symbols&amp;quot; to include xaml code&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* improve navigation into xaml and away from xaml into code behind&lt;/p&gt;
&lt;p&gt;* Improve XBAP platform:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Revisit security and remove restrictions where they are not warranted (e.g. XPS, printing, clipboard)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Fix navigation bugs&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Allow more control over forward/back-stacks (e.g. allow me to remove items from backstack)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Allow me to stop the user from navigating away from XBAP (e.g. when the user forgot he/she was in the middle of editing data on one of my XBAP pages)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Support modal dialogs (or allow me to create my own)&lt;/p&gt;
&lt;p&gt;* Allow us to control the look of Windows dialogs (open file, show message, print, etc.)&lt;/p&gt;
&lt;p&gt;* Reporting engine&lt;/p&gt;
&lt;p&gt;* Increase support for generics in xaml&lt;/p&gt;
&lt;p&gt;* Improve Cider and Blend&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7335004</link><pubDate>Thu, 31 Jan 2008 01:15:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335004</guid><dc:creator>Rico Alexander</dc:creator><description>&lt;p&gt;1. Better support for linq to sql namely the ability for additions and deletions to child entity to reflect in the ui.&lt;/p&gt;
&lt;p&gt;2. Make it easier to access controls inside of datatemplate to set properties on those controls in the code behind.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7335056</link><pubDate>Thu, 31 Jan 2008 01:18:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335056</guid><dc:creator>Omer van Kloeten</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/okloeten/archive/2007/12/22/5489157.aspx"&gt;http://weblogs.asp.net/okloeten/archive/2007/12/22/5489157.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7335296</link><pubDate>Thu, 31 Jan 2008 01:46:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335296</guid><dc:creator>Jeremiah Morrill</dc:creator><description>&lt;p&gt;1.) &amp;nbsp;Better multimedia support. &amp;nbsp;This means being able to render my own video (w/o MediaElement) with at least the same performance of MediaElement. &amp;nbsp;Maybe even chroma key support.&lt;/p&gt;
&lt;p&gt;2.) &amp;nbsp;Better layered window performance. &amp;nbsp;938660 hotfix does improve the issue, but even on a $3,500 mac-daddy machine, it still doesn't come close to a regular window.&lt;/p&gt;
&lt;p&gt;3.) Hardware accelerated bitmap effects or at least a framework for supplying our own shaders.&lt;/p&gt;
&lt;p&gt;4.) If none of these, many of us can survive with tight integration with direct3d. &amp;nbsp;That meaning no air-space issues and being able to manipulate WPF resources via a D3D API.&lt;/p&gt;
&lt;p&gt;5.) &amp;nbsp;Better software rendering performance. &amp;nbsp;I've seen SL 2.0 do some pretty hefty rendering at a pretty high FPS. &amp;nbsp;I'm sure WPF uses the DX software rendering path...but couldn't there be improvements?&lt;/p&gt;
&lt;p&gt;6.) DWM integration (and milcore documentation) - VisualBrush for a top level window.&lt;/p&gt;
&lt;p&gt;7.) Multicore support - Does this have a place in WPF rendering/layout? &amp;nbsp;You tell me.&lt;/p&gt;
&lt;p&gt;8.) Cast shadows for 3d / volumentric lighting even?&lt;/p&gt;
&lt;p&gt;9.) (This one is out of right field for sure) Be able to set a 3d light to project a texture onto a 3d surface.&lt;/p&gt;
&lt;p&gt;Yup, thats about it. &amp;nbsp;I want d3d performance/power with an easy to use WPF API (cake and eat it too). &amp;nbsp;I need this all done by Friday too. Thanks!&lt;/p&gt;
&lt;p&gt;-Jer&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7335410</link><pubDate>Thu, 31 Jan 2008 01:55:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335410</guid><dc:creator>Roberten</dc:creator><description>&lt;p&gt;Anything you can do to simplify using converters in databinding would be much appreciated. It's messy! &lt;/p&gt;
&lt;p&gt;For instance, why do you need to instance a converter? &lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7335880</link><pubDate>Thu, 31 Jan 2008 02:40:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7335880</guid><dc:creator>Adam Hill</dc:creator><description>&lt;p&gt;Better multimedia integration. I would like to see DirectShow capture supported.&lt;/p&gt;
&lt;p&gt;Allow us to use shaders.&lt;/p&gt;
&lt;p&gt;Better Direct3D/XNA integration. Would be great not to have airspace issues with WPF/D3D/MDX.&lt;/p&gt;
&lt;p&gt;Accelerate GFX if we have multicore. Two cores is becoming the norm, seems a pity to not use them to their fullest.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7336336</link><pubDate>Thu, 31 Jan 2008 03:16:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7336336</guid><dc:creator>Edward J. Stembler</dc:creator><description>&lt;p&gt;Since I see suggestions diverging from core WPF, I'll throw in another related suggestion:&lt;/p&gt;
&lt;p&gt;Impove Expression Blend and Visual Studio.&lt;/p&gt;
&lt;p&gt;I gave up on a WPF project last year because the XAML editors were too cumbersome, slow, and buggy. &amp;nbsp;Creating and working with a highly layed UI in Expression Blend was extremely tedious. &amp;nbsp;The IDE is too slow, and I quickly came to loath it. &amp;nbsp;Switching to Visual Studio was no better since it could even render the XAML or would mistake valid code for errors.&lt;/p&gt;
&lt;p&gt;You should concentrate on making the design experience more easier and pleasant. &amp;nbsp;Don't let your IDEs become a barrier of entry to WPF.&lt;/p&gt;
&lt;p&gt;One quick UX improvement which comes to mind is to provide a 2.5D view of the layers so that they are easier to work with...&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7338921</link><pubDate>Thu, 31 Jan 2008 05:34:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7338921</guid><dc:creator>Tonko Juricic</dc:creator><description>&lt;p&gt;1) Reiterating what others said on more new controls and more polished and functional existing controls&lt;/p&gt;
&lt;p&gt;2) Enhanced triggers and setters, especially regarding source, target and property path specifications. Different types of triggers allowed in one context and not in another are confusing.&lt;/p&gt;
&lt;p&gt;3) More extensions and built-in converters that don't force the developer to use code-behind for things that are trivial.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7343261</link><pubDate>Thu, 31 Jan 2008 09:57:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7343261</guid><dc:creator>niel</dc:creator><description>&lt;p&gt;I would like a much better educational drive (not just US!). It takes forever to accomplish some basic templating just from a point of trying to figure out what to do and how the things work together.&lt;/p&gt;
&lt;p&gt;I do think it is a powerful and exiting platform but if people don't know how to utilize it to its full potential it wont be as readily adopted! &lt;/p&gt;
&lt;p&gt;And yes controls :)&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7343431</link><pubDate>Thu, 31 Jan 2008 10:14:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7343431</guid><dc:creator>Sven Devriese</dc:creator><description>&lt;p&gt;Yup, all of the above ! &amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;But since I'm mostly using 3D in WPF I want S H A D E R support, or at least (as some other guys have suggested) a closer integration with Direct3D. Alternatively (maybe more in alignment with WPF's philosphy) you could offer more advanced materials by way of a fixed built-in set of (configurable) predefined shaders (e.g. glass, metal, plastic)&lt;/p&gt;
&lt;p&gt;What's also hurting me big-time is the lack of a decent designer (please don't even mention cider). I've become accustomed to hand-coding XAML but I'm always glad to be able to get back to the winforms designer when working on the &amp;quot;LOB&amp;quot; screens of our CAD-oriented application.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7344587</link><pubDate>Thu, 31 Jan 2008 11:31:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7344587</guid><dc:creator>Sven Devriese</dc:creator><description>&lt;p&gt;Oh, I almost forgot to mention (real) support for drawing 3D lines ! (Yes, I know about the line stuff in 3DTools. It slows your system to a crawl when drawing a couple of thousand lines.)&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7345683</link><pubDate>Thu, 31 Jan 2008 12:29:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7345683</guid><dc:creator>Adrian</dc:creator><description>&lt;p&gt;Please add multi-select capability to the TreeView control. &amp;nbsp;This might not seem useful for the default style, but don't forget about restyling scenarios! &amp;nbsp;As a part of the core WPF library, I'm surprised it can't already do this. &amp;nbsp;Also please make it possible to programmatically select a TreeView's item(s).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7345792</link><pubDate>Thu, 31 Jan 2008 12:34:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7345792</guid><dc:creator>Neothoms</dc:creator><description>&lt;p&gt;- autocomplete with filtered list in combobox like old winforms combobox&lt;/p&gt;
&lt;p&gt;- autocomplete in TextBox&lt;/p&gt;
&lt;p&gt;- Office Ribbon&lt;/p&gt;
&lt;p&gt;- MdiTabs like in Expression or visual studio&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7346068</link><pubDate>Thu, 31 Jan 2008 12:50:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7346068</guid><dc:creator>anonymous</dc:creator><description>&lt;p&gt;Repeating some above/past requests:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;Hardware/GPU-accelerated pixel shader/effects support, extensible so developers can add more, ship lots of built in effects&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Ability to turn off ClearType&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;DWM integration (milcore documentation but hoping not)&lt;/p&gt;
&lt;p&gt;4. &amp;nbsp;Better multimedia support, DirectShow capture support&lt;/p&gt;
&lt;p&gt;5. &amp;nbsp;Charts/Graphs components&lt;/p&gt;
&lt;p&gt;6. &amp;nbsp;Make Blend as powerful and featureful as the Flash Professional CS3 IDE and Flex Builder&lt;/p&gt;
&lt;p&gt;7. &amp;nbsp;Rich common dialogs for Font and Color&lt;/p&gt;
&lt;p&gt;8. &amp;nbsp;Improve text engine: smart quote support, hyperlinks, grammar, custom dictionary words, copying and pasting multiple selections, smart tags like Office, complete OpenType support esp extended language support/complex scripts&lt;/p&gt;
&lt;p&gt;9. &amp;nbsp;Do some apps as well, actually making use of untapped APIs like the WPF text engine. How about WordPad.NET or Word.NET Express? Where are the mainstream desktop apps today? How about making an official MS WPF app gallery? Or does your team only ship the framework, no apps?&lt;/p&gt;
&lt;p&gt;10. Beat Core Image and Core Animation in all aspects. Something like Quartz Composer to play for fun.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7346582</link><pubDate>Thu, 31 Jan 2008 13:15:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7346582</guid><dc:creator>Loic</dc:creator><description>&lt;p&gt;Improve performances :&lt;/p&gt;
&lt;p&gt;- Some cool effects that are used in demos are not usable in real applications ( Bitmap effects etc. )&lt;/p&gt;
&lt;p&gt;- Virtualizing in ListView *with* grouping : another cool feature that is not usable in real life application ( applications with more than 50 items in the list !! )&lt;/p&gt;
&lt;p&gt;- GridViewRowPresenter with virtualization enabled ( add 50 columns in a listview and see what i mean )&lt;/p&gt;
&lt;p&gt;- the defalut cell margin in GridViewRowPresenter should be &amp;quot;stylable&amp;quot;&lt;/p&gt;
&lt;p&gt;- search wpf forums for performance issues and try to improve things&lt;/p&gt;
&lt;p&gt;- xps generation should need less memory ( search for FlowDocument memory leaks ... )&lt;/p&gt;
&lt;p&gt;Will it be possible to create graphical objects ( ex: Grid or Label ) and to use them in a backgroundworker as long as they are not displayed &amp;nbsp;? ( and without the need to BeginInvoke !)&lt;/p&gt;
&lt;p&gt;Improve tools : VS2008 wpf designer is slow and buggy. XAML editor is buggy and need the same functions than the code editor ( refactoring ... )&lt;/p&gt;
&lt;p&gt;Conclusion : i don't need new controls ( i can make them myself quite quickly ) but i need a serious platform : fast even in real situations. When the same application need 10x memory in wpf than in winforms and is slower, it's hard to sell it to my customers.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7350166</link><pubDate>Thu, 31 Jan 2008 16:16:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7350166</guid><dc:creator>Mike Pelton</dc:creator><description>&lt;p&gt;Very simple one - we do a lot of interactive 3D and there's no easy way to get from a pick on a mesh back to anything in the modelled world. If we could have a Tag object on a GeometryModel3D (and everything else that a hit test sees) it would save us carrying a ton of dictionaries round. We also have a desperate need to be able to play media from a byte[] instead of a Uri - you wouldn't believe the hoops we have to jump through to deal with rights-managed media!&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7350568</link><pubDate>Thu, 31 Jan 2008 16:38:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7350568</guid><dc:creator>small_mountain</dc:creator><description>&lt;p&gt;Another barrier to adopting WPF has been lack of a WPF/XAML clipboard format that is pastable into Office applications. &amp;nbsp;A WPF/XAML clipboard format was discussed at the 2003 PDC but not yet delivered on.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7352937</link><pubDate>Thu, 31 Jan 2008 19:02:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7352937</guid><dc:creator>jc</dc:creator><description>&lt;p&gt;The ability to inherit xaml. &amp;nbsp;Want to be able to create a base page.xaml and then inherit it and have the base page populate the inheriting page in design time. &amp;nbsp;Much like winforms does.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7353370</link><pubDate>Thu, 31 Jan 2008 19:33:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7353370</guid><dc:creator>Ed Ball</dc:creator><description>&lt;p&gt;The most critical need is attentiveness to &lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/feedback/default.aspx?SiteID=212"&gt;https://connect.microsoft.com/feedback/default.aspx?SiteID=212&lt;/a&gt;, or some other place where we can submit bug reports and feature suggestions and see timely response.&lt;/p&gt;
&lt;p&gt;For example: &lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=296623&amp;amp;SiteID=212"&gt;https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=296623&amp;amp;SiteID=212&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Broadly, I think bug fixes and performance issues are the most important. We can work around missing controls, implement our own features, and hand-code our XAML, but some bugs have no workarounds, and there's only so much we can do to speed startup time and reduce memory usage.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7353771</link><pubDate>Thu, 31 Jan 2008 20:00:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7353771</guid><dc:creator>Michael Teper</dc:creator><description>&lt;p&gt;- Editable text run&lt;/p&gt;
&lt;p&gt;- Localization&lt;/p&gt;
&lt;p&gt;- Localization&lt;/p&gt;
&lt;p&gt;- Have I mentioned localization?&lt;/p&gt;
&lt;p&gt;- Extensibility model for spell-checking&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7354358</link><pubDate>Thu, 31 Jan 2008 20:49:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7354358</guid><dc:creator>Michael Melendez</dc:creator><description>&lt;p&gt;1)WindowsFormHost control to respect the WPF airspace!!!&lt;/p&gt;
&lt;p&gt;The WindowsFormHost should not steal focus and insert itself as the topmost control on the screen.&lt;/p&gt;
&lt;p&gt;2)The MediaElement/MediaPlayer needs to be able to play DVD's. &amp;nbsp;We also need lower level access to the dshow filter graph. &amp;nbsp;Perhaps some events like OnBuildingGraph that will allow us to override the default and build the graph ourselves.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7358268</link><pubDate>Thu, 31 Jan 2008 23:49:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7358268</guid><dc:creator>jschroedl</dc:creator><description>&lt;p&gt;I'll second the need to open up WPF programming from retained mode. Our engineering app cannot possibly represent all that we need to using retained-mode objects. &amp;nbsp;Our experiments have shown that the memory overhead and perf is just waay too poor to seriously consider WPF even though we'd love to use it for the h/w accel and richer capabilities. &amp;nbsp;Please open up milcore and document an immediate-mode API into WPF. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, +1 on a clipboard format to pass rich contents (e.g. WPF-created drawings) between our app and others like Office.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7359755</link><pubDate>Fri, 01 Feb 2008 01:04:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7359755</guid><dc:creator>Wozzer</dc:creator><description>&lt;p&gt;Please provide better support for rendering streamed video. I will settle for the ability to set direct show filter properties and build and run the filter graph in a MediaElement or something similar. I got direct show filters but I can't use them in WPF at the moment!&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7370393</link><pubDate>Fri, 01 Feb 2008 11:27:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7370393</guid><dc:creator>nesher</dc:creator><description>&lt;p&gt; - DirectShow. For video capture.&lt;/p&gt;
&lt;p&gt; - VisualBrush from other Applications. Like DWM makes it in taskbar thumbnails or flip3d. With RenderTransform support.&lt;/p&gt;
&lt;p&gt; - Hardware BitmapEffects&lt;/p&gt;
&lt;p&gt; - Managed BitmapEffects&lt;/p&gt;
&lt;p&gt; - public IInputProvider and related classes and methods (InputManager.RegisterInputProvider).&lt;/p&gt;
&lt;p&gt; - Multi-Tier reference application samples.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7370688</link><pubDate>Fri, 01 Feb 2008 11:43:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7370688</guid><dc:creator>Ben Cooley</dc:creator><description>&lt;p&gt;1. Allow data templates to be selected via exposing an interface such as &amp;quot;IDataTemplateType&amp;quot; with a string GetTemplateName(), an attribute, or using the TypeDescriptor system. &amp;nbsp;Get rid of the hacky special case data template selection code for XmlDataSource and XLinq.&lt;/p&gt;
&lt;p&gt;2. Fix the performance of the tree control when displaying large data sets.&lt;/p&gt;
&lt;p&gt;3. Add a native data grid control.&lt;/p&gt;
&lt;p&gt;4. Add multiple selections support to CollectionView to fully support the Model/View/ModelView system.&lt;/p&gt;
&lt;p&gt;4. &lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7370783</link><pubDate>Fri, 01 Feb 2008 11:49:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7370783</guid><dc:creator>Ben Cooley</dc:creator><description>&lt;p&gt;A few more things..&lt;/p&gt;
&lt;p&gt;5. Eliminate the airspace requirements for embedded non-wpf controls.&lt;/p&gt;
&lt;p&gt;6. Provide better interop access to allow drawing to internal textures via OpenGl or DirectX.&lt;/p&gt;
&lt;p&gt;7. Support the &amp;quot;Event&amp;quot; tags in XamlReader to better support dynamically loaded UI and dynamic languages such as IronPython.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7371917</link><pubDate>Fri, 01 Feb 2008 13:00:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7371917</guid><dc:creator>wpfuser</dc:creator><description>&lt;p&gt;DataGridViews! a DataGridView that surpasses all DataGridViews, especially when the backend is SQL Server 2008--drag and drop tables, master-detail relationships, table navigator bar (first record, next record, etc.), search, fixed columns, fast access, one-click alternation between different views (card, repeating rows, etc), RAD experience of MS Access, different customizations for large datasets and small. WPF is elegant and pretty, but DATA DATA DATA power is what businesses need.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7372502</link><pubDate>Fri, 01 Feb 2008 13:48:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7372502</guid><dc:creator>marlongrech</dc:creator><description>&lt;p&gt;Rather than asking for new things, I would like to thank the WPF team for what they gave us.... WPF, we love you&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7377968</link><pubDate>Fri, 01 Feb 2008 23:23:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7377968</guid><dc:creator>wpfuser</dc:creator><description>&lt;p&gt;--but we'd love you even more if you had a datagrid.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7378265</link><pubDate>Fri, 01 Feb 2008 23:40:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7378265</guid><dc:creator>Chad Campbell</dc:creator><description>&lt;p&gt;One more thing....&lt;/p&gt;
&lt;p&gt;- The ability to outline a TextBlock.&lt;/p&gt;
&lt;p&gt;Thanks for listening!&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7381573</link><pubDate>Sat, 02 Feb 2008 06:35:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7381573</guid><dc:creator>Tor Langlo</dc:creator><description>&lt;p&gt;While on the subject of text, how about adding kerning and tracking features to TextBlock (or create a specialized Text element with these features).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7401715</link><pubDate>Sun, 03 Feb 2008 03:57:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7401715</guid><dc:creator>Ruben</dc:creator><description>&lt;p&gt;1) Better language support:&lt;/p&gt;
&lt;p&gt;- more spell check dictionaries (Dutch would be my personal no. 1)&lt;/p&gt;
&lt;p&gt;- custom spell check dictionaries: a) for adding words not yet in the built-in dictionary and b) for allowing the community to add languages you don't deem important; again Dutch would be an example.&lt;/p&gt;
&lt;p&gt;- more control over hyphenation: a) re-cord and rec-ord are different things; let us specify which one we mean; b) also, sometimes hyphenation isn't regular at all; let us decide: Dutch autootje becomes au-to-tje, baby'tje becomes ba-by-tje.&lt;/p&gt;
&lt;p&gt;2) More/Better built-in controls / dialogs&lt;/p&gt;
&lt;p&gt;- All common Vista controls should be present, for example Date/Time picker, month calendar, masked text box, IP address input, up-down/spinners, command links, splitter buttons, etc.&lt;/p&gt;
&lt;p&gt;- All common dialogs should be accessible; no more WinForms please. The font selection should be most obvious, as WinForms doesn't list OpenType fonts, even though they are supported by WPF (they're just not supported by the horror that's known as GDI+). Also, the forms should be the Vista dialogs, not the pre-Vista dialogs.&lt;/p&gt;
&lt;p&gt;- Support for Aero Glass.&lt;/p&gt;
&lt;p&gt;- Support for balloon tips and notification area icons without WinForms.&lt;/p&gt;
&lt;p&gt;- Toolbars with a) true drag&amp;amp;drop (i.e., tearing off a tool bar from the window to allow it to float as a separate window, b) built-in customization support (like VS &amp;amp; Office &amp;lt; 2007)&lt;/p&gt;
&lt;p&gt;- Vista task dialog and wizard support. &lt;/p&gt;
&lt;p&gt;3) Better support for bitmaps&lt;/p&gt;
&lt;p&gt;- Better support for bitmap rendering; most bitmaps are blurry in WPF; there should be a setting analogous to SnapToDevicePixels for bitmaps.&lt;/p&gt;
&lt;p&gt;- Support for .ico: a) WPF should choose the right icon based on the size of the &amp;lt;Image&amp;gt;; .ico files contain multiple resolutions--use them! b) .ico files are just about the only image type you cannot save through the imaging classes. Why?&lt;/p&gt;
&lt;p&gt;- Where did the 9-grid from the early Avalon bits go?&lt;/p&gt;
&lt;p&gt;4) Better text rendering support&lt;/p&gt;
&lt;p&gt;- Support sub pixel Clear Type on partially transparent windows. If the background behind text is opaque, WPF shouldn't care other parts of the window aren't. Drop down lists are an example.&lt;/p&gt;
&lt;p&gt;- Support anti-aliassing options for better control (animation is horrible as text keeps blurring, snapping, blurring, snapping, etc.)&lt;/p&gt;
&lt;p&gt;- Make the Clear Type kick-in delay for aninated text faster. Now when a drop down list opens, it takes a while for text to become sharp. Very nausiating.&lt;/p&gt;
&lt;p&gt;- Support faux small caps. Currently, small caps is only suppported if the font supports it. If it doesn't, it's just ignored. Should probably be extended to all caps and all lower case.&lt;/p&gt;
&lt;p&gt;- Support Type 1 in addition to TTF and OpenType (TTF+CFF).&lt;/p&gt;
&lt;p&gt;5) Misc&lt;/p&gt;
&lt;p&gt;- PdfDocumentWriter next to XpsDocumentWriter. Dito for document serialization.&lt;/p&gt;
&lt;p&gt;- Allow the WPF graphics system to be used in server scenario's. Currently only GDI+ is semi-supported, which mean .NET has NO graphics stack for server scenarios.&lt;/p&gt;
&lt;p&gt;- Deeper media support (audio &amp;amp; video from streams, feedback for things like audio visualizations).&lt;/p&gt;
&lt;p&gt;- Allow BitmapEffects in low-trust scenarios.&lt;/p&gt;
&lt;p&gt;- Make drop down shadow, blur, glow etc. accellerated.&lt;/p&gt;
&lt;p&gt;- Allow bitmap effects to integrate with the DWM (e.g., blurring also causes underlying windows to be blurred, etc.)&lt;/p&gt;
&lt;p&gt;- More obvious support for non-RGB color models in WPF, such as CMYK and HSL (e.g. Fill=&amp;quot;CMYK 10,15,20,0&amp;quot;).&lt;/p&gt;
&lt;p&gt;- Better gradients (midpoint support and path gradients like GDI+).&lt;/p&gt;
&lt;p&gt;6) Speed&lt;/p&gt;
&lt;p&gt;- WPF really needs to have a speed boost. Animations, especially of windows are too choppy; waaay too much processor power is used; startup speed is atrocious; etc.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7404833</link><pubDate>Sun, 03 Feb 2008 07:31:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7404833</guid><dc:creator>Josh Reuben</dc:creator><description>&lt;p&gt;I would love to see built in support for 3D curve patches&lt;/p&gt;
</description></item><item><title>Simple equations in XAML</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7413430</link><pubDate>Sun, 03 Feb 2008 17:27:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7413430</guid><dc:creator>Don Baechtel</dc:creator><description>&lt;p&gt;It would be helpful to be able to use some simple equations to set XAML properties. A little bit of simple functionality could eliminate the need for code behind in many cases.&lt;/p&gt;
&lt;p&gt;Sometimes a XAML propety is related to another XAML property by a simple equation, usually an addition or subtraction. XAML can not do this now and therefore requires code behind to do simple tasks.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7434473</link><pubDate>Mon, 04 Feb 2008 14:37:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7434473</guid><dc:creator>Stu Smith</dc:creator><description>&lt;p&gt;My major request:&lt;/p&gt;
&lt;p&gt;- A guarantee that WPF isn't going to be replaced in two years time, just like WinForms was.&lt;/p&gt;
&lt;p&gt;My requests:&lt;/p&gt;
&lt;p&gt;- Make hand XAML editing nicer (no lock-ups, more Intellisense on bindings, etc).&lt;/p&gt;
&lt;p&gt;- Fix the caret (it should be SnapsToDevicePixels, not a blurry grey rectangle).&lt;/p&gt;
&lt;p&gt;- I'll add my vote to faster bitmap effects: come on, Vista blurs things in real time, we know it's possible. Common bitmap effects should be common-cased (eg, blurring a (rounded) rectangle is very common, and could be rendered as geometries).&lt;/p&gt;
&lt;p&gt;- Binding on Text property of Run.&lt;/p&gt;
&lt;p&gt;- Cell padding / cell spacing for grids, stacks, etc.&lt;/p&gt;
&lt;p&gt;Incidentally:&lt;/p&gt;
&lt;p&gt;- Rod Mac: are you aware of the new C# constructor/property assignment syntax? eg, var f = new Foo { Width = 100, Height = 200 };&lt;/p&gt;
</description></item><item><title>Pedidos para WPF - Ya se pueden hacer (y esperar)</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7445946</link><pubDate>Mon, 04 Feb 2008 23:19:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7445946</guid><dc:creator>Jersson on Geeks-ms</dc:creator><description>&lt;p&gt;En un blog msdn encontr&amp;amp;#233; el siguiente t&amp;amp;#237;tulo &amp;amp;quot; Want some WPF improvements/features: Tell&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7459465</link><pubDate>Tue, 05 Feb 2008 11:08:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7459465</guid><dc:creator>Patrick Klug</dc:creator><description>&lt;p&gt;- Extend the Command system&lt;/p&gt;
&lt;p&gt;see here for details: &lt;a rel="nofollow" target="_new" href="http://joshsmithonwpf.wordpress.com/2007/07/12/extending-the-wpf-command-system/"&gt;http://joshsmithonwpf.wordpress.com/2007/07/12/extending-the-wpf-command-system/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- allow more control over the CommandManager... &lt;/p&gt;
&lt;p&gt;a complete refresh on every click and keystroke is sometimes not what I want (for performance reason) so a bit more control over the CommandManager behavior would be good.&lt;/p&gt;
&lt;p&gt;-better support of generics in xaml and data binding &lt;/p&gt;
&lt;p&gt;(&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2340174&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2340174&amp;amp;SiteID=1&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;-professional and easy to use localization/globalization support&lt;/p&gt;
&lt;p&gt;-API support for spell checking (so that it can be used in a custom control)&lt;/p&gt;
&lt;p&gt;-data binding for documents (FlowDocument)&lt;/p&gt;
&lt;p&gt;-fix the blurry text and image issue&lt;/p&gt;
&lt;p&gt;other things:&lt;/p&gt;
&lt;p&gt;-refactoring for XAML would be nice.&lt;/p&gt;
&lt;p&gt;-enable vista file dialogs in wpf and make them easily extensible&lt;/p&gt;
&lt;p&gt;-improve start up time&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7493103</link><pubDate>Wed, 06 Feb 2008 19:03:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7493103</guid><dc:creator>Stu Smith</dc:creator><description>&lt;p&gt;Thought of another one...&lt;/p&gt;
&lt;p&gt;I'd like to see WPF supported in a server (ASP.NET) environment. WPF makes it really easy to create images on-the-fly, and although it currently seems to work OK, the official MS position is that's it's unsupported (meaning it could stop working at any time).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7495304</link><pubDate>Wed, 06 Feb 2008 21:00:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7495304</guid><dc:creator>Jonathan Pugh</dc:creator><description>&lt;p&gt;I would also like a GridView type object. &amp;nbsp;I have made my own in projects now, but it would be VERY handy. &amp;nbsp;The only excuse I have heard so far from MS is that &amp;quot;third party providers are making solutions for this&amp;quot;. &amp;nbsp;The only problem is 3rd party providers charge $600 for it. &amp;nbsp;That is not a valid excuse and the GridView is something MS needs! &amp;nbsp;Just about any tool that winforms has, WPF should have too, but GridView is the most important!!!&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7535836</link><pubDate>Fri, 08 Feb 2008 10:41:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7535836</guid><dc:creator>Koji Ishii</dc:creator><description>&lt;p&gt;* Support for the vertical text writing mode would be great.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7569422</link><pubDate>Sat, 09 Feb 2008 23:48:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7569422</guid><dc:creator>beyond</dc:creator><description>&lt;p&gt;Pixel Shader Support&lt;/p&gt;
&lt;p&gt;Alpha Channel Video Codec&lt;/p&gt;
&lt;p&gt;Expressions in Bindings&lt;/p&gt;
&lt;p&gt;Layer Blending Modes (with a new Layer container, or blending modes specifiable for Canvas, Grid, etc..)&lt;/p&gt;
&lt;p&gt;Succinct On-demand Drawing interface..for massive data visualization.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7588174</link><pubDate>Sun, 10 Feb 2008 21:02:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7588174</guid><dc:creator>daVinci</dc:creator><description>&lt;p&gt;1) DirectShow-like capture supported.&lt;/p&gt;
&lt;p&gt;2) Direct3D/XNA integration. Would be great not to have airspace issues with WPF/D3D/MDX. May be it would be enough if you provide shared texture (or something like this to allow VRAM &amp;lt;-&amp;gt; VRAM manipulation)&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7615413</link><pubDate>Mon, 11 Feb 2008 20:10:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7615413</guid><dc:creator>AndyB</dc:creator><description>&lt;p&gt;Yes, the built-in controls are lacking, but its pretty easy to implement these controls / buy libraries that can do this. &lt;/p&gt;
&lt;p&gt;To be honest, this isn't the real issue. What we developers can never do without intervention from Microsoft is have access to the underlying API. &lt;/p&gt;
&lt;p&gt;1. BitmapSource wont even allow you to get a pointer to the native buffer. This has to be done via a dodgy reflection hack (see link), without which image processing is impossibly slow. &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://jmorrill.hjtcentral.com/Home/tabid/428/EntryID/15/Default.aspx"&gt;http://jmorrill.hjtcentral.com/Home/tabid/428/EntryID/15/Default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Bitmap Effects really need to allow access to the GPU to execute shaders - ive actually implemented this by sending the bitmap to the GPU, performing a shader, getting it back and appying it in the bitmap effect API - obviously, this is not optimum ... &lt;/p&gt;
&lt;p&gt;3. Blending modes are lacking. No way to specify how layered objects are combined. &lt;/p&gt;
&lt;p&gt;4. Shader support in WPF 3D would be nice. &lt;/p&gt;
&lt;p&gt;5. MILCORE documentation / DWM integration!!&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7647962</link><pubDate>Tue, 12 Feb 2008 20:21:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7647962</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Certain controls are missing from WPF - propertryGrid etc.&lt;/p&gt;
&lt;p&gt;It is posible to implement them using a WinForms container, but it is an extra level of hassel, and can go wrong.&lt;/p&gt;
&lt;p&gt;As these controls are included as standard in non-wpf, it would be nice to be able to use them natively in wpf without shelling out even more for third party controls.&lt;/p&gt;
&lt;p&gt;Thank you for taking the time to ask about what we needed in wpf&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7651758</link><pubDate>Tue, 12 Feb 2008 22:27:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7651758</guid><dc:creator>karl1406</dc:creator><description>&lt;p&gt;I've been using VS 2008 for a couple of weeks now, and find editing XAML in XAML view really needs a lot of work.&lt;/p&gt;
&lt;p&gt;All the squiggles show up the very second you type something that has the wrong syntax, then after you finish typing the XAML squiggles are still all over the place. &amp;nbsp;You have to close the file then, reopen it to view the XAMl without the squiggles. &amp;nbsp;Real pain...&lt;/p&gt;
&lt;p&gt;When you declare a converter at the top of the XAML file, VS put's squiggles under the class name. &amp;nbsp;The program runs fine, etc, but you still get those erroneous squiggles.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Karl&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7660780</link><pubDate>Wed, 13 Feb 2008 05:41:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7660780</guid><dc:creator>Felix</dc:creator><description>&lt;p&gt;Something like DirectShow (VMR9) but easier to use!MediaElement &amp;amp; MediaPlayer are very slow and it is impossible to code a real video application where multiple layers get rendered together with common alpha blending modes like Add, substract, multiply, diffrence.... and all in realtime with hardware acceleration please. direct byte manipulation of bitmaps and preload / cache possibilities to play back videofiles directly from memory.&lt;/p&gt;
&lt;p&gt;Windows Presentation Foundation is a big laugh for video!&lt;/p&gt;
&lt;p&gt;where is the c# managed version of Media Foundation???&lt;/p&gt;
&lt;p&gt;something like DirectSound (low latency) please!&lt;/p&gt;
&lt;p&gt;just want to say: First I started with c# and managed directx - it was depricated! Why???&lt;/p&gt;
&lt;p&gt;Then I turned over to xna (fast! - good work!) but no video library!!! no dual monitor support!!&lt;/p&gt;
&lt;p&gt;Then my hope was wpf - video based on mediaplayer grrrr. slow! &amp;nbsp;seeking sucks! only streams directly from harddrive...&lt;/p&gt;
&lt;p&gt;Dear Microsoft please tell me - you directed me that the new language is c# and the managed code world but how should I code a fast performant real video application with one of these api's ???&lt;/p&gt;
&lt;p&gt;Now make your fingers dirty and think twice before you move! finish what you began and give us developers the libraries and tools we need. Otherwise people stay at c++ and the wpf big media revolution will nerver start!&lt;/p&gt;
&lt;p&gt;and by the way DOCUMENTATION EXAPLES VIDEOTUTORIALS in diffrent languages.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7743531</link><pubDate>Sun, 17 Feb 2008 03:36:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7743531</guid><dc:creator>Andrew Mackie</dc:creator><description>&lt;p&gt;I'm new to WPF, but my initial thoughts:&lt;/p&gt;
&lt;p&gt;WPF out-of-the-box is very lacking for business applications. There's no choice but to buy 3rd party controls (some very expensive). &amp;nbsp;If you want any take-up of WPF for LOB apps this really needs sorting. &lt;/p&gt;
&lt;p&gt;Lets see &amp;nbsp;- a *high-performance* data grid that can handle high volumes of data (tens of thousands of records with ease).&lt;/p&gt;
&lt;p&gt;The usual &amp;quot;missing controls list&amp;quot; such as DateTimePicker, PropertyGrid, numeric text box, month calendar, notify icon, Office 2007 ribbon, MDI support, easy drag/drop etc. &lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms750559.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms750559.aspx&lt;/a&gt; . &lt;/p&gt;
&lt;p&gt;Everything capable of working in partial trust XBAP's, so no &amp;quot;use Winforms Interop&amp;quot; nonsense. More sensible XBAP security restrictions (see previous posts)&lt;/p&gt;
&lt;p&gt;Much better VS Designer, refactoring to apply to XAML as well. Better performance.&lt;/p&gt;
&lt;p&gt;In built, easy to use localization, *scalable* to very large applications (not some sample application).&lt;/p&gt;
&lt;p&gt;End-to-End n-tier LOB app illustrating best practice in WPF/WCF, and proving that WPF really is up to the job and not stuck at v1 &amp;quot;it will be OK in a couple of years&amp;quot;.&lt;/p&gt;
&lt;p&gt;Considering all this, perhaps good-old Winforms isn't so bad after all !&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7760455</link><pubDate>Mon, 18 Feb 2008 02:01:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7760455</guid><dc:creator>Colin Grealy</dc:creator><description>&lt;p&gt;The biggie:&lt;/p&gt;
&lt;p&gt;Generics support. This probably won't happen but the whole framework should have supported generics from the ground up.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7773771</link><pubDate>Mon, 18 Feb 2008 16:18:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7773771</guid><dc:creator>Morg Osterhoff</dc:creator><description>&lt;p&gt;List of show stoppers that keeps us from moving to WPF:&lt;/p&gt;
&lt;p&gt;* DirectX interoperability - now, WPF is implemented on top of DirectX, but there's no &amp;nbsp;(usable) way of mixing it with your own DirectX content? Please give us something like DirectXCanvas...&lt;/p&gt;
&lt;p&gt;* The blurry text issue... mentioned many times before, but it's really ironic that the next generation presentation framework isn't even able to render text correctly&lt;/p&gt;
&lt;p&gt;* Refactoring support in VS. I know this is not easy (and in some cases practically impossible due to missing type information), but this is really a big problem for large applications...&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7777932</link><pubDate>Mon, 18 Feb 2008 21:35:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7777932</guid><dc:creator>Strak Anderson</dc:creator><description>&lt;p&gt;Something I haven't seen mentioned: some sort of &amp;quot;native&amp;quot; vector graphics format, an analogue to the bitmap formats like BMP, PNG. Why not have a SVG importer that returns a DrawingImage? XAML may be ok for representing vector graphics, but it is write-only - even MS's very own famed Expression Design cannot re-import the XAML files it wrote itself.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7794439</link><pubDate>Tue, 19 Feb 2008 17:39:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7794439</guid><dc:creator>Gustavo Guerra</dc:creator><description>&lt;p&gt;I would really like that the specialized collections used in controls would implement the generic IEnumerable&amp;lt;&amp;gt;, ICollection&amp;lt;&amp;gt; and IList&amp;lt;&amp;gt; interfaces, instead of their non-generic conterparts. That would ease the use of LINQ without resorting to Enumerable.Cast. Some of them are already typified, but just don't implemente the interface.&lt;/p&gt;
&lt;p&gt;Anothe welcome addition would be a multi-select tree view&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7815675</link><pubDate>Wed, 20 Feb 2008 14:14:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7815675</guid><dc:creator>Voxen</dc:creator><description>&lt;p&gt;- Bitmap effects not rendered in software&lt;/p&gt;
&lt;p&gt;- Multi-selection treeview&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7825827</link><pubDate>Thu, 21 Feb 2008 03:11:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7825827</guid><dc:creator>Jon</dc:creator><description>&lt;p&gt;I think there should be a way to data bind the PasswordBox.Password property. I know this can introduce a security issue, but, there are cases where it doesn't matter. I think it should be possible, just have a warning in the documentation about it. Either that, or there should be a way to easily make it use the same ErrorTemplate that is used for TextBox where it displays the red border around it if there's a validation error.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7838776</link><pubDate>Thu, 21 Feb 2008 18:22:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7838776</guid><dc:creator>Rob Tuch</dc:creator><description>&lt;p&gt;Some WPF RichTextBox enhancements:&lt;/p&gt;
&lt;p&gt;Optionally allow extraction of XAML that includes UIElements with text (from TextRange, Selection and DragDrop data object).&lt;/p&gt;
&lt;p&gt;Offer attributes to hide content (consistent with RTF codes \v and \v0 to mark hidden text)&lt;/p&gt;
&lt;p&gt;Offer attributes to protect content (consistent with RTF codes \protect and \protect0)&lt;/p&gt;
&lt;p&gt;Offer attributes to enable/disable spell checking for individual text runs (so as-you-type spell-checking will skip specially-formatted but valid text).&lt;/p&gt;
&lt;p&gt;Offer custom dictionaries for spell-check.&lt;/p&gt;
&lt;p&gt;Improve performance of RichTextBox editing (so &amp;nbsp;characters typed and changes made appear more quickly even with a large amount of text).&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7898407</link><pubDate>Tue, 26 Feb 2008 06:52:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7898407</guid><dc:creator>Tony Brummel</dc:creator><description>&lt;p&gt;1) I'd love to see a &amp;quot;LocalStyle&amp;quot; property layer added. &amp;nbsp;This would sit just above the control's local properties but replace value define by the Style that is applied today.&lt;/p&gt;
&lt;p&gt;I want to override some items in the current style but not replace the whole style. I don't know how the control is currently styled (so I don't know what I could define for the BasedOn of a new style).&lt;/p&gt;
&lt;p&gt;2) An databinding UpdateTrigger of PreviewLostFocus (as opposed to the current LostFocus). &amp;nbsp;I need to be able to ensure that the data being bound is valid before I let the focus move. &amp;nbsp;This means attempting binding when the control is about to lose focus - not after. &amp;nbsp;There are other focus issues that should be addressed as well (a button, for example, should have a flag that tells it to grab the focus before firing its Click event. Without this, databinding doesn't happen until after th Click code has executed -- at it typically saves the data... except for that last field :-))&lt;/p&gt;
&lt;p&gt;3) Multiple monitor support&lt;/p&gt;
&lt;p&gt;4) Additional votes for the following: &lt;/p&gt;
&lt;p&gt; &amp;nbsp;* Text (including tooltips) that is not blurry.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;* HTML rendering in the Frame from a String.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#7946249</link><pubDate>Fri, 29 Feb 2008 14:34:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7946249</guid><dc:creator>Paul Quinn</dc:creator><description>&lt;p&gt;1. Blend modes.&lt;/p&gt;
&lt;p&gt;2. Ability to warp/deform visuals (afaik there isn't even a way to go about even simple &amp;quot;fake perspective&amp;quot; effects (like skewing a rectangle into a trapezoid shape), never mind more complex grid deformations.&lt;/p&gt;
&lt;p&gt;3. Better media APIs (something like DirectSound would be good). It should be easy to create somethign like a fully functional managed graphic equalizer with WPF.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8001018</link><pubDate>Mon, 03 Mar 2008 15:18:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8001018</guid><dc:creator>Brian Mains</dc:creator><description>&lt;p&gt;I would like to see an improvement on the Data Providers provided, which means:&lt;/p&gt;
&lt;p&gt;1. Improvements on the existing providers like the ObjectDataProvider&lt;/p&gt;
&lt;p&gt;2. Include additional providers; seems to me there could easily be a LINQ data provider that works with a DataContext derived object..., or an ADO.NET data provider that works with table adapters, datasets, etc.&lt;/p&gt;
&lt;p&gt;I would also like to see improvements on the ListView, and the views that are supported. &amp;nbsp;I was reading on a blog about some of the new controls coming. &amp;nbsp;Any additional controls you could provide would be very helpful.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8016303</link><pubDate>Tue, 04 Mar 2008 05:31:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8016303</guid><dc:creator>Andrew Chisholm</dc:creator><description>&lt;p&gt;Obviously I'd second the need for Calendar, DateTimePicker and DataGrid (which I believe are coming in a service pack for 3.5?).&lt;/p&gt;
&lt;p&gt;But what I'd like to see is an extension to Visual Studio 2008 that displays a diagram view of Bindings display them as wires between controls and data objects.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8161763</link><pubDate>Wed, 12 Mar 2008 01:18:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8161763</guid><dc:creator>Dustin Snell</dc:creator><description>&lt;p&gt;ListView should support Tile View and other views that Windows Explorer has.&lt;/p&gt;
</description></item><item><title>Icon file creation</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8164488</link><pubDate>Wed, 12 Mar 2008 03:52:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8164488</guid><dc:creator>David Mullin</dc:creator><description>&lt;p&gt;I understand why the Window.Icon property needs to be an actual Icon (rather than some other bitmap image). &amp;nbsp;However, I've got vector graphics that can have brushes applied to them at runtime, and I'd like to be able to set the icon accordingly. &amp;nbsp;It would be nice if there was some (non-ugly) way, starting with an ImageSource, to get an icon. &amp;nbsp;A converter, perhaps?&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8272439</link><pubDate>Sun, 16 Mar 2008 21:21:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8272439</guid><dc:creator>Brett</dc:creator><description>&lt;p&gt;Blending Modes&lt;/p&gt;
&lt;p&gt;Even if it isn't perfect, it would open up a lot of doors.&lt;/p&gt;
&lt;p&gt;A Transitions Framework&lt;/p&gt;
&lt;p&gt;There are already many out there so creating an official one shouldn't be that hard. Even just a simple TransitionContentPresenter. I would wrather use a build in transitions framework.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8272766</link><pubDate>Sun, 16 Mar 2008 22:30:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8272766</guid><dc:creator>Brett</dc:creator><description>&lt;p&gt;It seems like a lot of these features boil down to a few things...&lt;/p&gt;
&lt;p&gt;Fix text rendering (or give the option for subpixel positioning to be disabled, etc)&lt;/p&gt;
&lt;p&gt;Better interop / pull in more features from DirectX.&lt;/p&gt;
&lt;p&gt;Include all the controls in the current version of WinForms.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8281315</link><pubDate>Mon, 17 Mar 2008 09:03:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8281315</guid><dc:creator>Wolfman</dc:creator><description>&lt;p&gt;I'd like to see additional LOB support.&lt;/p&gt;
&lt;p&gt;1. Support for creating metafiles so that I can add the WPF graphics into MS-Office applications.&lt;/p&gt;
&lt;p&gt;2. More controls as mentioned earlier&lt;/p&gt;
&lt;p&gt;3. Better tutorials for WPF&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8290701</link><pubDate>Mon, 17 Mar 2008 18:50:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8290701</guid><dc:creator>Scott</dc:creator><description>&lt;p&gt;Start up times must be improved. &amp;nbsp;Pretty tough to have a client enjoy an application (beautiful as it may be), that takes a year to load.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8328826</link><pubDate>Fri, 21 Mar 2008 12:45:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8328826</guid><dc:creator>Giri</dc:creator><description>&lt;p&gt;I need to enable or disable controls in WPF Windows form using Converters in Xaml&lt;/p&gt;
</description></item><item><title>enable or disable controls in WPF Windows form using Converters</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8328830</link><pubDate>Fri, 21 Mar 2008 12:46:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8328830</guid><dc:creator>Giri</dc:creator><description>&lt;p&gt;I need to enable or disable controls in WPF Windows form using Converters in Xaml&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8337379</link><pubDate>Wed, 26 Mar 2008 10:31:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337379</guid><dc:creator>Ali Adams</dc:creator><description>&lt;p&gt;PLEASE&lt;/p&gt;
&lt;p&gt;1. Read/Write cells in ListView in DetailView&lt;/p&gt;
&lt;p&gt;2. TextWrap for Labels&lt;/p&gt;
&lt;p&gt;ThanQ :)&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8337385</link><pubDate>Wed, 26 Mar 2008 10:36:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337385</guid><dc:creator>Ali Adams</dc:creator><description>&lt;p&gt;AND&lt;/p&gt;
&lt;p&gt;3. CheckListBox/RadioListBox controls&lt;/p&gt;
&lt;p&gt;4. Events in Properties Window in the IDE&lt;/p&gt;
&lt;p&gt;5. Update to the Visual Studio 2005 WPF/WCF Extensions of November 2006.&lt;/p&gt;
&lt;p&gt;&amp;lt;help yourself by helping others...&amp;gt;&lt;/p&gt;
</description></item><item><title>Build in IValueConverter</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8338847</link><pubDate>Thu, 27 Mar 2008 06:05:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8338847</guid><dc:creator>Lloyd Dupont</dc:creator><description>&lt;p&gt;A build-in IValueConverter which supports advanced C# like expression. Would be a great feature for Data Binding.&lt;/p&gt;
&lt;p&gt;Ability to refresh command more selectiveley. In our apps we have zillion of commands. Plus we do heavy work on keystrokes (not just text layouting, but whole document relayouting). Anyway that was ok in WinForm/GDI+, now in WPF every keystroke also trigger an IsEnabled check on all the command, and that has some visible negative performance impact.&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8340791</link><pubDate>Fri, 28 Mar 2008 05:29:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8340791</guid><dc:creator>Scott Wojan</dc:creator><description>&lt;p&gt;How about making real world LOB application examples? &amp;nbsp;How about a modern data grid?&lt;/p&gt;
</description></item><item><title>re: Want some WPF improvements/features: Tell us</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#8344162</link><pubDate>Sun, 30 Mar 2008 12:43:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8344162</guid><dc:creator>sriram</dc:creator><description>&lt;p&gt;Combo box ISeditable option doesnt support with images &lt;/p&gt;
</description></item><item><title>Museum Quality Model Ships</title><link>http://blogs.msdn.com/llobo/archive/2008/01/30/want-some-wpf-improvements-features-tell-us.aspx#9539540</link><pubDate>Thu, 09 Apr 2009 08:09:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9539540</guid><dc:creator>Museum Quality Model Ships</dc:creator><description>&lt;p&gt;The interview took place late last month as a result of the book that Van der Eem is having an American journalist write. The maker of the programme Un Dia Den Bida said before De Telegraaf: “ I have taken two cameras with me. I had one turned off after&lt;/p&gt;
</description></item></channel></rss>