I've noticed if you make a combobox in and bind data to it and set it's SelectedValue that it will not update in the tab. I was wondering if anyone knew ways around that or is it just something that I will have to deal with?
Steps to recreate:
Create a combobox and a tabcontrol putting the combobox in the 2nd tab.
Bind some data to the combobox.
Try to set the combobox using combobox.Select edValue
It will work when the box is in the first tab but not the 2nd
Steps to recreate:
Create a combobox and a tabcontrol putting the combobox in the 2nd tab.
Bind some data to the combobox.
Try to set the combobox using combobox.Select edValue
It will work when the box is in the first tab but not the 2nd
Comment