Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello people,
currently I am going to design WPF Recipe which has single process parameter with 3 different values in 3 different datagrid or column. For example, RobertAxis[x],RobertAxis[y],RobertAxis[z].
It must look like as follows in UI;

Description| X-Axis | Y-Axis | Z-Axis
_________________________________________
Robert Arms| 233 | -200 | -432

Any help would be appriciated.
kind regards,
Suman

What I have tried:

Description|  X-Axis  |  Y-Axis  | Z-Axis
_________________________________________
Robert Arms|  233     |  -200    |  -432
Posted
Updated 22-Jun-20 21:40pm
Comments
Maciej Los 23-Jun-20 4:17am    
"What have you tried" section is not for posting data visualization, but for posting code you've tried...

1 solution

I would recommend using an ObservableCollection, see example here:
WPF Tutorial: ObservableCollection Example WPF[^]
 
Share this answer
 
Comments
Maciej Los 23-Jun-20 4:18am    
5ed!
RickZeeland 23-Jun-20 4:25am    
Thanks :)
Lwagun 23-Jun-20 23:18pm    
Thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900