Just wondering whether anyone has come across this issue, and if so has any solutions?
I am currently building a dashboard which utilises a userform, on which there is a multipage control. On a number of pages of the multipage (but not all), there is a listview control or a webbrowser control.
The issue is that on running the userform, if a page on the multipage control that has a listview control is selected, the listview control changes position within the page (usually to the top left corner), thereby obscuring other controls. If the page contains a webbrowser control, this seems to display correctly the first time the page is selected, but if another page is then selected, and the webbrowser page is then selected for a second time, the webbrowser control disappears altogether.
I've tried putting the listview and webbrowser controls within a separate frame control, and also setting the .top and .left properties of the controls via code each time the page is selected, but none of these methods seem to prevent the issue. I read somewhere that setting the .Visible property of the control to false and then back to true, sometimes solves the issue, but again, this doesn't seem to work for me.
Any advice and/or workarounds will be appreciated, as this issue is getting annoying.
Chris
I am currently building a dashboard which utilises a userform, on which there is a multipage control. On a number of pages of the multipage (but not all), there is a listview control or a webbrowser control.
The issue is that on running the userform, if a page on the multipage control that has a listview control is selected, the listview control changes position within the page (usually to the top left corner), thereby obscuring other controls. If the page contains a webbrowser control, this seems to display correctly the first time the page is selected, but if another page is then selected, and the webbrowser page is then selected for a second time, the webbrowser control disappears altogether.
I've tried putting the listview and webbrowser controls within a separate frame control, and also setting the .top and .left properties of the controls via code each time the page is selected, but none of these methods seem to prevent the issue. I read somewhere that setting the .Visible property of the control to false and then back to true, sometimes solves the issue, but again, this doesn't seem to work for me.
Any advice and/or workarounds will be appreciated, as this issue is getting annoying.
Chris