I want something like this:
But I don't really know how to realise this.
I want to show movies in this timeline. The timeline should show my movielist with the date I added them.
My ideas:
A
Listbox
with a binding to mylist<T>
movielist,styling
. TheListbox
like the picture shows. But how? Some style ideas? I am new to styling.Grid
with 3 columns, Stackpanel in rows 0 and 2 (row 1 as placeholder), every stackpanel loads a half movielist and shows his movies like movie, placeholder, movie. But makes this sense?
Every movie has properties to use
Picture
Name
Rating
UserAddDate
It is hard to describe what I want, so feel free to ask.