Latest Windows Presentation Foundation stories

Using FileSystemWatcher to synchronize ComboBox Options(sweux.com)

submitted by smourasmoura(165) 2 years, 9 months ago

In this post I will present you with my latest addition to my personal user experience arsenal: direct file system synchronization. You will be shown how easily it is for you to setup a FileSystemWatcher to observe file changes on disc, astonishing your user when he least expects. read more...

add a comment |category: |Views: 208

tags: another

Changing Brush Brightness in WPF/Silverlight (dev102.com)

submitted by talisharon10talisharon10(800) 2 years, 10 months ago

Changing Brush Brightness in WPF/Silverlight from code in runtime read more...

2 comments |category: |Views: 220

tags: another

Scatter & Bubble Chart Control for WPF(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years, 10 months ago

Scatter & bubble chart control has been added to amCharts Bundle for WPF. Now the bundle covers even more chart types and variations. read more...

add a comment |category: |Views: 290

tags: another

Head Tracking and 3D WPF(david.sleeckx.be)

submitted by SetsukoSetsuko(455) 2 years, 10 months ago

Using a webcam to track head movement and manipulate looking direction and position in 3D WPF. read more...

2 comments |category: |Views: 367

tags: another

WebBrowser control Quickstart for Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 11 months ago

WPF demo application using Prism-v2 that shows both way interaction between different modules of the application and different WPF WebBrowser controls. read more...

add a comment |category: |Views: 112

tags: another

WPF Bindings and CurrentCulture Formatting(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 11 months ago

WPF doesn't apply the CurrentCulture to bindings by default, which is a little... unexpected to say the least. As it turns out there's an easy solution to this problem, but it does require using code to apply the culture specifically in every document. read more...

add a comment |category: |Views: 99

tags: another

Formatting Your WPF Data – String.Format Is In the House! (dev102.com)

submitted by razamitrazamit(4566) 2 years, 11 months ago

How to format your Binded Data read more...

add a comment |category: |Views: 312

tags: another

Creating Gapped and Bulleted Shapes in WPF/Silverlight (dev102.com)

submitted by razamitrazamit(4566) 3 years ago

How to create a shape with bullets on the joints of it’s segments read more...

add a comment |category: |Views: 216

tags: another

Creating a Custom Observable Collection in WPF | UX and WPF ramblings(sweux.com)

submitted by psampaiopsampaio(115) 3 years ago

One of the biggest advantadges WPF has is its Data Binding features. Data Binding can be done in several ways, but the most common is using the INotifyPropertyChanged and INotifyCollectionChanged interfaces. For simple objects, all you need to do is implement the INotifyPropertyChanged, and raise the PropertyChanged event when your properties change. When you want to bind to a collection, you will want to use ObservableCollection<T>. This collection implements both interfaces, therefore notifying you when the items in the collection change and when the items' properties change. This works great if you're using standard collections. The problem arises when you want to use a custom collection. For databinding to work with custom collections, you will have to create a new "Observable" wrapper around it. read more...

add a comment |category: |Views: 343

tags: another

WPF NotifyIcon Released(hardcodet.net)

submitted by interferencesinterferences(385) 3 years ago

This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. read more...

add a comment |category: |Views: 857

tags: another

4 Grea Tips for Custom WPF Controls Developers (dev102.com)

submitted by razamitrazamit(4566) 3 years ago

4 great tips for WPF Custom control designers read more...

add a comment |category: |Views: 296

tags: another

Download M-V-VM Project Template/Toolkit(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years ago

Download M-V-VM Project Template/Toolkit today!!!! read more...

add a comment |category: |Views: 377

tags: another

Context Sensitive Help in WPF(peteohanlon.wordpress.com)

submitted by interferencesinterferences(385) 3 years ago

Demonstrates how to provide context sensitive help through attached properties - simple and clear :-) read more...

1 comment |category: |Views: 386

tags: another

Flexible WPF ToolTips via Markup Extensions(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Presents a way to display a feature-rich ToolTip in WPF through a single line of XAML. read more...

add a comment |category: |Views: 214

tags: another

Glass Behavior for WPF(jmorrill.hjtcentral.com)

submitted by LordLord(3737) 3 years, 1 month ago

A new custom behavior for WPF that allows for a glass like effect. Essentially you can place this behavior on any Visual, point to to a target visual and give it an effect and it will create an effect that looks like a piece of glass was placed over the screen. You pretty much can make your own Aero effects within your application. . . read more...

add a comment |category: |Views: 624

tags: another

Optimizing Performance in WPF Applications(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 1 month ago

Ever fed up with your own WPF window taking too much time to load and render the contents? Had the bitterest of bitter experience that your WPF application eating up a lot of resources and memory and fighting harder to get through with the existing hardware configuration? read more...

1 comment |category: |Views: 303

tags: another