Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

What type of application starts faster: Windows Forms or WPF?

Application.Current.MainWindow.Close vs Application.Current.Shutdown

wpf

Disabled Button fires events in WPF

c# wpf events

How to convert a pinyin string to chinese in C#

c# wpf cjk

Why InitializeComponent is public

Do Triggers/DataTrigger return to previous state if it is no longer true in WPF?

c# wpf

Adding custom style to edge in Graphsharp

c# wpf xaml graph-sharp

How do I inherit from Brush, so I can add a Name property?

c# wpf

Saving FrameworkElement with its DataContext to image file does no succeed

wpf render datacontext

Visualize bipartite graph

c# wpf visualization bipartite

should I store a reference to the parent viewmodel in the child viewmodel?

c# .net wpf mvvm

How can I force screen reader (JAWS) announce custom text, when the items of list view (WPF) changed?

A design pattern to disable event handling

c# wpf design-patterns

Equivalent of canvas in Windows forms

c# wpf winforms canvas panel

How to center a WPF Window in a Excel VSTO addin

.net wpf vsto

Stretch image to fill available width / height (separately)

c# wpf image

WPF MVVM: INPC and mediating communication between view model & model

Difference between IsMouseOver and IsHighlighted in WPF styles

Web API and WPF client

c# wpf asp.net-web-api

IDataErrorInfo does not fire when binding to a complex object

wpf