I have a listbox with several items in it. I would like to programmatically insert a separator bar into the list box. Is this possible?
MSDN speaks of a Separator control, but Visual Studio doesn't recognize it when I try to instantiate one.
I'm using Silverlight 4.