Browse by Tags
All Tags »
Cider (RSS)
One thing we neglected to mention in the release notes is that you can now load up roots other than Window and Grid in the August CTP. The list I believe is anything deriving from Panel, Page, UserControl and ContentControl. So if you have the latest
Read More...
If you're doing Winforms and WPF you might just want to check it out .
Read More...
There's a breaking change to the WPF control templates, which you might need to know about . The controls I've noticed that need a double check are: Button ComboBox ListBox TextBox PasswordBox Slider Thumb ToolBar TreeView ProgressBar TabControl GridSplitte
Read More...
One of the things you hear over and over again with WPF is the ability to do Rich Data Visualization. It has always made me cringe, as it always seems like to fit into that category you need a 3D rotating panda, or some sort of alien chart form that would
Read More...
Brian walks through the history of the implementation of grab handles and snaplines in the designer , and how through the magic of the new architecture in Cider for the first time grab handles, snaplines and other "adorners" will have proper access to
Read More...
Mike Henderlight has walked through a sample on how to localize a WPF/WindowsForms hybrid application. More information for XAML in particular: Localization requirements for your XAML resources Globalization for the Windows Presentation Foundation
Read More...
Jim has posted the results of his recent inquiry on this subject as well as some other goodness about WPF resources.
Read More...
There's a nice article out on commanding in WPF.
Read More...
Feb CTP is out . Rather than have a separate install, Cider is now integrated into the Visual Studio "Orcas" Development Tools for WinFX. (Note the designer requires a full version of Visual Studio 2005.) Tim and Karsten have posted a list of "breaking
Read More...
I thought I'd put up a few good reads: Mapping PIs are going away in the next CTP. Rob promises to post a tool to help convert your apps . (In the next CTP, the RichTextBox stuff will start working.) Rob talks about Attached Properties and Markup Extensions
Read More...
There's a nice new MSDN TV episode talking about Data Templates and Control Templates .
Read More...
As you may know the Jan CTP is out , with improvements to the Cider Grid design time experience. We want to know what you think .
Read More...
As promised , I learned more so I'm sharing. Last time I figured out how to stuff plain text into the RichTextBox, but that's not very "rich", is it? How do I put RTF (rich text format) into a RichTextBox? It turns out the support for this seems to be
Read More...
I’ve been playing around with the RichTextBox, and as Richard points out, the free spell checking on WPF TextBoxes is really cool – especially for the “spelling challenged” such as myself. The programming model for the WPF RichTextBox is quite a bit richer
Read More...
Jim Galasyn never ceases to amaze me with what he's up to. It seems this week it's writing visualizers for windows media in WPF .
Read More...