Group: StrataFrame Users
Posts: 84,
Visits: 835
|
This issue only seems to come up on Windows server 2003, not on windows 7.
I have an ApplicationThreadManager on the main mdi form. On a child form I have a stratalistview in a themedSplitContainer.Panel. When I fill the the listview using a separate thread, the scrollbars dissapear.
If you put a msgbox at the end of the fill method of that listview on that separate thread, the scrollbar is there. When you click ok, and the thread has completed, the scrollbar disappears. Anyone else observe this phenomenon?
I worked around this issue by only retrieving the data from a separate thread. But still wondered why this might happen.
Thanks,
Marcel
|