Browse by Tags
All Tags » WPF Data Grid » ControlTemplate (RSS)
-
Hello all
I want to have a DataRow that has 2 rows embedded,
I thought I'll use a UserControl that has 2 Dependency Properties, one for each row
(the properties are of type <object> in order to be able to add any type of content to it)
and set this UserControl as the ControlTemplate of the DataRow.
I have chosen ...
|
|
|
|