I have a very simple dock site which contacts a tool window. Within the tool window I have a ListBox which is bound to a List<T>. My problem is that when the ListBox is within the tool window the data isn't always displayed. If you unpin the tool window so that it shrinks down and then open it the data is there - it's almost like it needs refreshing or something before it will display the data.
Now, this is only happening on data bound items - but at the same time, only within the tool window.
Anything I could be doing wrong?
Now, this is only happening on data bound items - but at the same time, only within the tool window.
Anything I could be doing wrong?