Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

WPF not applying default styles defined in MergedDictionaries?

c# wpf .net-4.0

WPF MVVM Modal Overlay Dialog only over a View (not Window)

c# wpf mvvm wpf-controls

Using BasedOn Style Property on DynamicResources

wpf xaml

DbSet<entity>.Load() function missing in EF 6.0

c# .net wpf entity-framework-6

Generic way to exit a .NET application

WPF Toolkit Calendar takes two clicks to get focus

.net wpf calendar wpftoolkit

WPF Drag & drop from ListBox with SelectionMode Multiple

wpf listbox drag-and-drop

Is there a good tool for debugging XAML's databinding behavior / errors at runtime?

.net wpf xaml

Binding a WPF DataGridComboBoxColumn with MVVM

Is it correct to use SignalR for desktop applications?

c# .net wpf winforms signalr

WPF: template or UserControl with 2 (or more!) ContentPresenters to present content in 'slots'

Wpf Animation Best Practices [closed]

wpf performance animation

Why can't Windows 7 load the assembly PresentationFramework.Aero2?

c# .net wpf windows

WPF Property Data binding to negate the property

wpf data-binding

What .Net/WPF features do you miss when working in Silverlight? [closed]

.net wpf silverlight xaml

WPF Trigger when property value is greater than a certain amount

wpf triggers

Should I be using a Page, Window or UserControl

wpf xaml

Binding to viewmodel from inside a datatemplate

How to draw on a Window in WPF (best practice)?

c# .net wpf xaml graphics

WPF Canvas, how to add children dynamically with MVVM code behind

wpf mvvm canvas dynamic children