There's an irritating bug in the control which I can't solve. Hope you might help.
I placed the ExplorerBar in a UserControl. The ExplorerBar has a few bars and the bars have items as Control placeholders. The controls are within the UserControl. When I place my UserControl on a Form and run the app, all I see in the items is just a gray box instead of the correct controls. If I switch applications or resize the Form/UserControl, the controls are then displayed correctly.
Is there a way to fix this?
|