Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

Avoiding Visual Studio designer errors when WPF resource is defined in separate project

Scrolling in virtualized WPF TreeView is very unstable

Obfuscator which supports WPF properly

Whats the difference between ContentControl.Template and ContentControl.ContentTemplate

c# .net wpf xaml contentcontrol

How can I set a WPF control's color to a system color programmatically, so that it updates on color scheme changes?

c# wpf

When would ShowDialog() return null?

wpf null showdialog

WPF - DataGrid Column with Width="*", but MinWidth to Fit Contents

What is the difference between System.Drawing.Point and System.Windows.Point?

wpf 2d

Where do I catch Exceptions in MVVM?

wpf mvvm exception-handling

.NET Memory issues loading ~40 images, memory not reclaimed, potentially due to LOH fragmentation

'System.Reflection.TargetInvocationException' occurred in PresentationFramework.dll

c# .net wpf

ListBox with ItemTemplate (and ScrollBar!)

wpf xaml listbox scroll

How to catch the event of the window close button(red X button on window right top corner) in wpf form?

c# wpf vb.net events

WPF Enforce only ONE instance of application

wpf runtime instance

What is .baml file?

wpf xaml baml

WPF datagrid header text binding

wpf data-binding datagrid

Inheriting from a UserControl in WPF

How can I tell my DataTemplate to bind to a property in the PARENT ViewModel?

wpf data-binding xaml mvvm

Binding ComboBox SelectedItem using MVVM

c# wpf data-binding mvvm binding

WPF: TabControl & DataTemplates

wpf datatemplate tabcontrol