I\'ve got a TabItem contanining a listbox, which has an obeservable collection of my feeds class as its item source. When I refresh/load the feeds into the collection I want
It's not just HyperLinks
. It seems to be more specifically TextBlock
which of course is what you use to wrap a HyperLink
in WPF. This will give the same issue :
I was hoping setting IsEnabled="True"
would fix it but it doesn't seem to.
The easy solution is to use a StackPanel
with Orientation="Horizontal"