Hello,
In my application, i want to show some properties from an object in a ListView or DataGrid. I want to programatically add a DataTemplate which will show some selected columns in the code file.
Can i create a derived custom control of type ListView/DataGrid which will show the selected columns in the view. I will bind the object as a DatContext in the XAML.
How i can do this?
Thanks in advance,
IamHuM