Relative Content

Tag Archive for wpfuser-interfaceasynchronousnonblocking

WPF: nonblocking bindings on UI-thread

I’m making an application that has two areas: a table on the left side of application window. The table is simple, just data, row by row, and columns for some major characteristics of items in a row. And the second area is a panel on the right side of the window similar to the Properties panel in Visual Studio WPF designer. This panel displays some additional properties of selected item/row in the table. That simple)