For each record (Name, Age, City, E-mail) in the table.
I need to have one stack panel (see in image below stack-panel with sky blue color).
And add such list of stack panel in to dock panel (see image below dock-panel with Light Gray color).
How could it be implementing in WPF?
Does user control can help me?
Then how could I add usercontrols inside dockpanel as much records congaing in table?
Is there any other better and standard way?
i needs to going with MVVM, so giving your answer by considering this point…..

Thanks……
in the c# code
Update : Added Scrollviewer