Jere's Techblog

Example WPF Datagrid with Combobox (Powershell Binding)

With WPF GUI elements, it can happen that you like to connect two detached elements with each other. A classic example are comboboxes within tables. You want to read the value of the combobox with the corresponding row. For this the binding of elements is necessary. Enclosed a small example, how you can accomplish this:

https://github.com/jkuehnis/PowerShell-DataGrid-with-Combobox

Continue reading...