Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wpf

Calculate offset for ScrollToVerticalOffset from line number in a WPF RichTextBox

How to boost up XAML designer in visual studio 2010?

Outdated UI automation tree

Create, refresh a WPF TreeView and remember expanded nodes without XAML

c# .net wpf xaml treeview

Customizing string format in a Caliburn.Micro convention bound TextBox

Adding image do DataGrid programically in C# wpf project - how?

c# wpf image binding datagrid

Separating views, command presentation (Text, Icon) and command logic (Execute, CanExecute)

c# wpf xaml mvvm routed-commands

How can I preserve the stack trace when exception is thrown on non-UI thread

c# wpf exception

How to create UI elements lazily in WPF?

c# wpf performance

WPF GridView shared cell template for all columns

wpf listview gridview binding

If a model implements INotifyPropertyChanged, how should ViewModel register/deregister for PropertyChanged event?

How to set the Selected item in the tree view on the Left side of CHM file

c# wpf winforms chm

CompositeCollection/CollectionViewSource confusion

User can't type '.' in the textbox that have been bound to a float value while UpdateSourceTrigger is PropertyChanged in WPF

c# wpf data-binding

WPF: Combobox losing selected index after bound ItemSource collection changes

How to avoid flashing button WPF

Create a WPF Progress Window on another thread

BindingExpression path errors when switching ViewModels in MVVM application

c# wpf mvvm .net-3.5

Immutable State - Propagating Changes to the GUI Efficiently

How to convert a CroppedBitmap to BitmapImage

c# wpf