I have got a combo box with items source attached using simple binding. Is there any way to refresh this binding once combo box is loaded?
Try using BindingExpression.UpdateTarget()
BindingExpression.UpdateTarget()