The Resize event of the ExplorerBar does not re-measure the items in the control if the width is changed at runtime. This means that items render incorrectly if they need to wrap when the control is made smaller (or continue to wrap when they shouldn’t when the control is made larger). |
The Resize event now checks the width of the control and re-measures the bars if necessary. |