Browse by Tags
All Tags » datagrid » DataTemplate (RSS)
-
Hi,
I tried to write a DataTemplate to display custom objects (which are stored in an ObservableCollection) in a TabControl.
Each TabItem contains a representation of a custom object.
Each object is represented by a banner (for general informations) and a DataGrid (for the important informations which are stored in a DataTable).
Here is the ...
|
|
|
|