I want to create a listbox like this:
—–|—–|—–|—–|—–|—–
The |’s are my listboxitems which I have separated using margins. This works fine. What I want is the listbox to have a background that contains this line. Or at least have it in the background. I tried a separator but that is not what I want because that is also clickable since I used it in the itemtemplate.
Any ideas?
Thanks
I’m trying to create a timeline like control. I now fixed it using this:
This works fine in a testproject, but I’m having some problems in my main project. The rectangle remains under the scrollviewer. Well… making progress. Hope to fix this thing soon.
Thanks for your answers so far!