Lost Child Toolbar when Cascading or Horizontal Tiling

  • Thread starter Thread starter Joe Cool
  • Start date Start date
J

Joe Cool

I am working on an MDI app that can have multiple child windows open
at the same time and each child window has its own toolbar. If the
child windows are tiled veritcally, the toolbars are visible. But if I
tile horizontally or cascade the child windows, the toolbars all
disappear. I have tried to set the toolbar's visible property to true
when tiling horizontally or cascading with no luck.

Is this a known bug or is there something I can do in the code to make
sure the toolbars are always visible?
 
I am working on an MDI app that can have multiple child windows open
at the same time and each child window has its own toolbar. If the
child windows are tiled veritcally, the toolbars are visible. But if I
tile horizontally or cascade the child windows, the toolbars all
disappear. I have tried to set the toolbar's visible property to true
when tiling horizontally or cascading with no luck.

Is this a known bug or is there something I can do in the code to make
sure the toolbars are always visible?

Well, crap. This problem has mysteriously gone away.
 
Back
Top