D
Dave
I've got a data bound comboBox on a tag page, by default I manually set the
selectedIndex to -1. When the user changes tabs, and then changes tabs back
the selectedIndex goes to 0. (I originally had problems setting the
selectedIndex to -1, but found it was a framework 1.0 bug with a work
around. I've since upgraded to framework 1.1, and still have this tabPage
change issue.) I've tried saving the selectedIndex in the tag property and
when the page changes checking for comboBoxes where the selectedIndex does
not equal the tag, and updating the selectedIndex to match the tag (-1), but
the selectedIndex stays at 0. Any ideas?
Dave
selectedIndex to -1. When the user changes tabs, and then changes tabs back
the selectedIndex goes to 0. (I originally had problems setting the
selectedIndex to -1, but found it was a framework 1.0 bug with a work
around. I've since upgraded to framework 1.1, and still have this tabPage
change issue.) I've tried saving the selectedIndex in the tag property and
when the page changes checking for comboBoxes where the selectedIndex does
not equal the tag, and updating the selectedIndex to match the tag (-1), but
the selectedIndex stays at 0. Any ideas?
Dave