Weird Listbox Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a weird problem that started happening. I have a tabcontrol with 3 tabs, and each tab has its own ListBox control. I populate the listbox controls from a dataset i retreive from a database. Everything here is fine. The problem comes when the data is displayed. The ListBox does contain a collection, and all the items are selectable, BUT they are invisible. Every item in the listbox remains Invisible until I do the following: - Move the form (by dragging with the mouse) - Change the tab (redraws the listbox control) Once I do that, the listbox items are viewable. Can anyone give me any insight as to what is happening here? Jon G www.Gizmocoder.com