Month: September 2017
Some instructions on how to add/remove tab items within a WPF / MVVM setting.Step 1: Create a new WPF applicationStep 2: Add classes to implement ICommandRelayCommand.csEventRaiser.csEventArgs.csStep 3: Add the ViewModel …
Scenario: a WPF application which when the user presses a button goes off and runs something asynchronously, so that the user is still able to interact with the user interface …
See this StackOverflow answer for the original inspiration.Notable quote: “First of all DataGridTextColumn or any other supported dataGrid columns doesn’t lie in Visual tree of DataGrid. Hence, by default it …