MDI - Maximized on opening

Can anyone help please… I open an MDI window with the “initial state” set to maximize. The window opens with the caption bar showing and does not quite fit in the frame. If I resize the frame the caption disappears and the window is maximized correctly, which is the appearance I would like. How do I achieve this appearance when the window is first opened?

1 Like

You can use
0{Prop:Maximize}=True
in Window Events/OpenWindow/(after) Generated Code

By that way it opens window normally that makes maximized… :wink: