Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
Multi threaded carousel?
posted

I am attempting to programmatically remove items from the carousel listbox based upon other logic.  I am coding the logic using the "tag" property of the item that i also programmatically added at runtime.  When I attempt loop through the items and access the tag property i receive an error stating that "The calling thread cannot access this object because a different thread owns it".

I wanted to find out if this was caused by the carousel itself or something in my code.  So, far I can't find the problem in my code and was wondering if items added to the carousel were contained in their own thread(s).

Thanks.

Parents Reply Children