Stories recently tagged with 'WPF'

A Customizable WPF MessageBox - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year ago

Recently I came across the need to customize the look of the standard message box in the application. To do this I’ve decided to create a new class named WPFMessageBox, which will have the same interface as the standard one, will behave the same way and finally would be fully customizable, the WPF way, using control templates. Following is the result of this effort. read more...

add a comment |category: |Views: 13

tags: another

WPF Command and claim/role based security(marcelwouters.wordpress.com)

submitted by marcelwoutersmarcelwouters(100) 1 year ago

Integrating role based security and the command object in WPF application. read more...

add a comment |category: |Views: 34

tags: another

XML-databinding in WPF using Blend 4(timdams.wordpress.com)

submitted by timdamstimdams(119) 1 year ago

This tutorial shows how easy it is to use XML-databinding in Blend without writing a single line of code and mostly using the drag-and-drop magic of Blend. We will create a very simple rss-reader that shows the content of a single rss-feed. read more...

add a comment |category: |Views: 16

tags: another

Writing customized trigger actions (a.k.a. behaviors)(www.hemme.co.cc)

submitted by hemmehemme(189) 1 year ago

A tiny tutorial on implementing XAML trigger actions read more...

add a comment |category: |Views: 7

tags: another

Alvas.Audio and WPF(alvasnet.blogspot.com)

submitted by alvasnetalvasnet(550) 1 year ago

For using Windows Forms controls in Windows Presentation Foundation(WPF) application needs: Add reference to WindowsFormsIntegration assembly (in WindowsFormsIntegration.dll) to your project. Add reference to System.Windows.Forms assembly (in System.Windows.Forms.dll) to your project. In the Window element, add the following namespace mapping ... read more...

add a comment |category: |Views: 7

tags: another

Syntax Highlighter in WPF(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 1 year ago

Using a free open source Synatx highlighter in WPF. read more...

add a comment |category: |Views: 59

tags: another

Binding data from the ViewModel to the Wpf menu control(blog.typps.com)

submitted by alessandrokicksalessandrokicks(195) 1 year ago

Databinding the Menu Control in wpf to a viewmodel can require a little bit of effort. As a menu control can contain hierarchical data, you must think of a data model to represent your menu items upfront, so I've decided to write a little about it. But before we dive into the meat and potatoes, lets try the basics first.. read more...

add a comment |category: |Views: 7

tags: another

Expression Blend Book(www.developingfor.net)

submitted by CharlieCalvertCharlieCalvert(7875) 1 year ago

In progress read more...

add a comment |category: |Views: 8

tags: another

PropertyGrid for WPF Makes It Easy to Transition from WinForms(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year ago

In our upcoming WPF Studio release we've added PropertyGrid support for custom UITypeEditors, which helps when transitioning from the WinForms PropertyGrid to our PropertyGrid for WPF product. read more...

add a comment |category: |Views: 12

tags: another

GETTING THE MOST OUT OF THE WINFORMS PROPERTYGRID CONTROL IN WPF(blog.typps.com)

submitted by alessandrokicksalessandrokicks(195) 1 year ago

The PropertyGrid control has been missing in WPF since it's release and sadly it's still missing! There have been various attempts by third parties to provide one and I cant speak for the commercial offerings but I find the ones in the open source space to be quite lacking and incomplete. Most projects I found on codeplex are still in beta! I really like the api exposed by the original PropertyGrid which I have been using for years now but it's a Winforms control. This presents some problems. The main issue for me with the Winforms version of the PropertyGrid is that it's not styleable. So it means that I'll have some inconsistency in my UI and it will stick out as shabby and odd. read more...

add a comment |category: |Views: 10

tags: another

Excel accounting style column for WPF DataGrid(marcelwouters.wordpress.com)

submitted by marcelwoutersmarcelwouters(100) 1 year ago

An article how you can create a column for the WPF DataGrid which is able to show amounts like the accounting format in Excel. read more...

add a comment |category: |Views: 24

tags: another

Alignment of WPF DataGrid header(marcelwouters.wordpress.com)

submitted by marcelwoutersmarcelwouters(100) 1 year ago

An article about how to align the text in the column header of the WPF DataGrid read more...

add a comment |category: |Views: 37

tags: another

Text wrapping in WPF DataGrid column header(marcelwouters.wordpress.com)

submitted by marcelwoutersmarcelwouters(100) 1 year ago

An article which describes how you can wrap the text in a column header of the WPF DataGrid. read more...

add a comment |category: |Views: 38

tags: another

Custom popup and windows in WPF the MVVM way(blog.typps.com)

submitted by alessandrokicksalessandrokicks(195) 1 year, 1 month ago

In WPF, using the regular window control to launch child windows makes MVVM and separating a View concern from the ViewModel very difficult. The problem: The window control works nicely as a shell for your application, however, launching child windows is problematic because the window control cannot be defined in xaml unless as the root element. So, if you wanted to launch child windows inside a parent window, you lose the ability to declare these in xaml. This loss means you will not be able to bind to properties in your ViewModel from the view for the purpose of opening/closing a window. Instead you end up doing this imperatively in code.. read more...

add a comment |category: |Views: 113

tags: another

Visiblox Charts 2.0 released for Silverlight, WPF and WP7(www.visiblox.com)

submitted by wjbeauwjbeau(55) 1 year, 1 month ago

Visiblox Charts 2.0 has been released! Included in this new release are full support for Windows Phone 7, new stacked charts API, radar and polar charts, spline charts, MVVM support and more. Check out the release at http://www.visiblox.com read more...

add a comment |category: |Views: 21

tags: another

WPF - skinning the ComboBox moving the DropDown Menu around(www.primordialcode.com)

submitted by GuardianGuardian(1104) 1 year, 1 month ago

How to skin a ComboBox dropdown menu in WPF. read more...

add a comment |category: |Views: 14

tags: another