c# - MDI MdiWindowListItem OnClick -


i have basic mdi form, "window" menu option generated default. can open child windows , under window shows expected. problem is, child windows different heights , widths. when open child windows originally, can resize mdiparent width , height of child.

my problem exists when clicks on child menu under "window" menu. i'm trying figure out how capture that, can resize mdiparent size of child windows, since isn't controled me.

i've looked around mdiwindowlistitem , onclick no luck. i'm assuming can override, not sure override. ever done this?


Comments

Popular posts from this blog

c# - Derived UserControl layout resets after build -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -

sql - Postgresql error: "failed to find conversion function from unknown to text" -